ZFS Automatic Snapshot Daemon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1 lines
30 KiB

{".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", "cross_ref": "_ast.AugLoad", "kind": "Gdef"}, "AugStore": {".class": "SymbolTableNode", "cross_ref": "_ast.AugStore", "kind": "Gdef"}, "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"}, "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", "cross_ref": "_ast.ExtSlice", "kind": "Gdef"}, "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", "cross_ref": "_ast.Index", "kind": "Gdef"}, "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.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": {".class": "UnionType", "items": ["_ast.AST", {".class": "NoneType"}]}, "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}, "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}, "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}, "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"}, "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", "cross_ref": "_ast.Param", "kind": "Gdef"}, "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"}, "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", "cross_ref": "_ast.Suite", "kind": "Gdef"}, "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"}, "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}, "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], "arg_names": ["node", "annotate_fields", "include_attributes"], "flags": [], "fullname": "ast.dump", "name": "dump", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["node", "annotate_fields", "include_attributes"], "arg_types": ["_ast.AST", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "dump", "ret_type": "builtins.str", "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}, "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": "builtins.str", "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"}]}, "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}, "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"}, "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"}, "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}, "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", "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", "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", "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", "variables": []}]}}}, "slice": {".class": "SymbolTableNode", "cross_ref": "_ast.slice", "kind": "Gdef"}, "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"}, "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"}, "variables": []}}}, "withitem": {".class": "SymbolTableNode", "cross_ref": "_ast.withitem", "kind": "Gdef"}}, "path": "/Users/thor/.mypyls/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/ast.pyi"}