mirror of
https://github.com/apache/superset.git
synced 2026-05-28 11:15:24 +00:00
1 line
42 KiB
JSON
1 line
42 KiB
JSON
{".class": "MypyFile", "_fullname": "yaml.constructor", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BaseConstructor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "yaml.constructor.BaseConstructor", "name": "BaseConstructor", "type_vars": []}, "flags": [], "fullname": "yaml.constructor.BaseConstructor", "metaclass_type": null, "metadata": {}, "module_name": "yaml.constructor", "mro": ["yaml.constructor.BaseConstructor", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "yaml.constructor.BaseConstructor.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["yaml.constructor.BaseConstructor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BaseConstructor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "add_constructor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "tag", "constructor"], "flags": ["is_class", "is_decorated"], "fullname": "yaml.constructor.BaseConstructor.add_constructor", "name": "add_constructor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "tag", "constructor"], "arg_types": [{".class": "TypeType", "item": "yaml.constructor.BaseConstructor"}, "builtins.str", {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "yaml.constructor._L", "id": -1, "name": "_L", "upper_bound": {".class": "UnionType", "items": ["yaml.loader.Loader", "yaml.loader.BaseLoader", "yaml.loader.FullLoader", "yaml.loader.SafeLoader", "yaml.loader.UnsafeLoader"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "yaml.constructor._N", "id": -2, "name": "_N", "upper_bound": "yaml.nodes.Node", "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": []}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_constructor of BaseConstructor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "yaml.constructor._L", "id": -1, "name": "_L", "upper_bound": {".class": "UnionType", "items": ["yaml.loader.Loader", "yaml.loader.BaseLoader", "yaml.loader.FullLoader", "yaml.loader.SafeLoader", "yaml.loader.UnsafeLoader"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "yaml.constructor._N", "id": -2, "name": "_N", "upper_bound": "yaml.nodes.Node", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "add_constructor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "tag", "constructor"], "arg_types": [{".class": "TypeType", "item": "yaml.constructor.BaseConstructor"}, "builtins.str", {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "yaml.constructor._L", "id": -1, "name": "_L", "upper_bound": {".class": "UnionType", "items": ["yaml.loader.Loader", "yaml.loader.BaseLoader", "yaml.loader.FullLoader", "yaml.loader.SafeLoader", "yaml.loader.UnsafeLoader"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "yaml.constructor._N", "id": -2, "name": "_N", "upper_bound": "yaml.nodes.Node", "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": []}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_constructor of BaseConstructor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "yaml.constructor._L", "id": -1, "name": "_L", "upper_bound": {".class": "UnionType", "items": ["yaml.loader.Loader", "yaml.loader.BaseLoader", "yaml.loader.FullLoader", "yaml.loader.SafeLoader", "yaml.loader.UnsafeLoader"]}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "yaml.constructor._N", "id": -2, "name": "_N", "upper_bound": "yaml.nodes.Node", "values": [], "variance": 0}]}}}}, "add_multi_constructor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "tag_prefix", "multi_constructor"], "flags": ["is_class", "is_decorated"], "fullname": "yaml.constructor.BaseConstructor.add_multi_constructor", "name": "add_multi_constructor", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "add_multi_constructor", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "tag_prefix", "multi_constructor"], "arg_types": [{".class": "TypeType", "item": "yaml.constructor.BaseConstructor"}, {".class": "AnyType", "missing_import_name": null, "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": true, "is_ellipsis_args": false, "name": "add_multi_constructor of BaseConstructor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "check_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "yaml.constructor.BaseConstructor.check_data", "name": "check_data", "type": null}}, "check_state_key": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "flags": [], "fullname": "yaml.constructor.BaseConstructor.check_state_key", "name": "check_state_key", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "key"], "arg_types": ["yaml.constructor.BaseConstructor", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "check_state_key of BaseConstructor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "construct_document": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.BaseConstructor.construct_document", "name": "construct_document", "type": null}}, "construct_mapping": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "node", "deep"], "flags": [], "fullname": "yaml.constructor.BaseConstructor.construct_mapping", "name": "construct_mapping", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "node", "deep"], "arg_types": ["yaml.constructor.BaseConstructor", "yaml.nodes.MappingNode", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "construct_mapping of BaseConstructor", "ret_type": {".class": "Instance", "args": ["typing.Hashable", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "construct_object": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "node", "deep"], "flags": [], "fullname": "yaml.constructor.BaseConstructor.construct_object", "name": "construct_object", "type": null}}, "construct_pairs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "node", "deep"], "flags": [], "fullname": "yaml.constructor.BaseConstructor.construct_pairs", "name": "construct_pairs", "type": null}}, "construct_scalar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.BaseConstructor.construct_scalar", "name": "construct_scalar", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["yaml.constructor.BaseConstructor", "yaml.nodes.ScalarNode"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "construct_scalar of BaseConstructor", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "yaml.constructor._Scalar"}, "type_guard": null, "variables": []}}}, "construct_sequence": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "node", "deep"], "flags": [], "fullname": "yaml.constructor.BaseConstructor.construct_sequence", "name": "construct_sequence", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "node", "deep"], "arg_types": ["yaml.constructor.BaseConstructor", "yaml.nodes.SequenceNode", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "construct_sequence of BaseConstructor", "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": []}}}, "constructed_objects": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "yaml.constructor.BaseConstructor.constructed_objects", "name": "constructed_objects", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "deep_construct": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "yaml.constructor.BaseConstructor.deep_construct", "name": "deep_construct", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "get_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "yaml.constructor.BaseConstructor.get_data", "name": "get_data", "type": null}}, "get_single_data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "yaml.constructor.BaseConstructor.get_single_data", "name": "get_single_data", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["yaml.constructor.BaseConstructor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_single_data of BaseConstructor", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "recursive_objects": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "yaml.constructor.BaseConstructor.recursive_objects", "name": "recursive_objects", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "state_generators": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "yaml.constructor.BaseConstructor.state_generators", "name": "state_generators", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "yaml_constructors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "yaml.constructor.BaseConstructor.yaml_constructors", "name": "yaml_constructors", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "yaml_multi_constructors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "yaml.constructor.BaseConstructor.yaml_multi_constructors", "name": "yaml_multi_constructors", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BaseLoader": {".class": "SymbolTableNode", "cross_ref": "yaml.loader.BaseLoader", "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}, "Constructor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["yaml.constructor.SafeConstructor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "yaml.constructor.Constructor", "name": "Constructor", "type_vars": []}, "flags": [], "fullname": "yaml.constructor.Constructor", "metaclass_type": null, "metadata": {}, "module_name": "yaml.constructor", "mro": ["yaml.constructor.Constructor", "yaml.constructor.SafeConstructor", "yaml.constructor.BaseConstructor", "builtins.object"], "names": {".class": "SymbolTable", "construct_python_complex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.Constructor.construct_python_complex", "name": "construct_python_complex", "type": null}}, "construct_python_long": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.Constructor.construct_python_long", "name": "construct_python_long", "type": null}}, "construct_python_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "suffix", "node"], "flags": [], "fullname": "yaml.constructor.Constructor.construct_python_module", "name": "construct_python_module", "type": null}}, "construct_python_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "suffix", "node"], "flags": [], "fullname": "yaml.constructor.Constructor.construct_python_name", "name": "construct_python_name", "type": null}}, "construct_python_object": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "suffix", "node"], "flags": [], "fullname": "yaml.constructor.Constructor.construct_python_object", "name": "construct_python_object", "type": null}}, "construct_python_object_apply": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "suffix", "node", "newobj"], "flags": [], "fullname": "yaml.constructor.Constructor.construct_python_object_apply", "name": "construct_python_object_apply", "type": null}}, "construct_python_object_new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "suffix", "node"], "flags": [], "fullname": "yaml.constructor.Constructor.construct_python_object_new", "name": "construct_python_object_new", "type": null}}, "construct_python_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.Constructor.construct_python_str", "name": "construct_python_str", "type": null}}, "construct_python_tuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.Constructor.construct_python_tuple", "name": "construct_python_tuple", "type": null}}, "construct_python_unicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.Constructor.construct_python_unicode", "name": "construct_python_unicode", "type": null}}, "find_python_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "mark"], "flags": [], "fullname": "yaml.constructor.Constructor.find_python_module", "name": "find_python_module", "type": null}}, "find_python_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "mark"], "flags": [], "fullname": "yaml.constructor.Constructor.find_python_name", "name": "find_python_name", "type": null}}, "make_python_instance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "suffix", "node", "args", "kwds", "newobj"], "flags": [], "fullname": "yaml.constructor.Constructor.make_python_instance", "name": "make_python_instance", "type": null}}, "set_python_instance_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "instance", "state"], "flags": [], "fullname": "yaml.constructor.Constructor.set_python_instance_state", "name": "set_python_instance_state", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ConstructorError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["yaml.error.MarkedYAMLError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "yaml.constructor.ConstructorError", "name": "ConstructorError", "type_vars": []}, "flags": [], "fullname": "yaml.constructor.ConstructorError", "metaclass_type": null, "metadata": {}, "module_name": "yaml.constructor", "mro": ["yaml.constructor.ConstructorError", "yaml.error.MarkedYAMLError", "yaml.error.YAMLError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FullConstructor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["yaml.constructor.SafeConstructor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "yaml.constructor.FullConstructor", "name": "FullConstructor", "type_vars": []}, "flags": [], "fullname": "yaml.constructor.FullConstructor", "metaclass_type": null, "metadata": {}, "module_name": "yaml.constructor", "mro": ["yaml.constructor.FullConstructor", "yaml.constructor.SafeConstructor", "yaml.constructor.BaseConstructor", "builtins.object"], "names": {".class": "SymbolTable", "construct_python_bytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.FullConstructor.construct_python_bytes", "name": "construct_python_bytes", "type": null}}, "construct_python_complex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.FullConstructor.construct_python_complex", "name": "construct_python_complex", "type": null}}, "construct_python_long": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.FullConstructor.construct_python_long", "name": "construct_python_long", "type": null}}, "construct_python_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "suffix", "node"], "flags": [], "fullname": "yaml.constructor.FullConstructor.construct_python_module", "name": "construct_python_module", "type": null}}, "construct_python_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "suffix", "node"], "flags": [], "fullname": "yaml.constructor.FullConstructor.construct_python_name", "name": "construct_python_name", "type": null}}, "construct_python_object": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "suffix", "node"], "flags": [], "fullname": "yaml.constructor.FullConstructor.construct_python_object", "name": "construct_python_object", "type": null}}, "construct_python_object_apply": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "suffix", "node", "newobj"], "flags": [], "fullname": "yaml.constructor.FullConstructor.construct_python_object_apply", "name": "construct_python_object_apply", "type": null}}, "construct_python_object_new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "suffix", "node"], "flags": [], "fullname": "yaml.constructor.FullConstructor.construct_python_object_new", "name": "construct_python_object_new", "type": null}}, "construct_python_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.FullConstructor.construct_python_str", "name": "construct_python_str", "type": null}}, "construct_python_tuple": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.FullConstructor.construct_python_tuple", "name": "construct_python_tuple", "type": null}}, "construct_python_unicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.FullConstructor.construct_python_unicode", "name": "construct_python_unicode", "type": null}}, "find_python_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "mark", "unsafe"], "flags": [], "fullname": "yaml.constructor.FullConstructor.find_python_module", "name": "find_python_module", "type": null}}, "find_python_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "name", "mark", "unsafe"], "flags": [], "fullname": "yaml.constructor.FullConstructor.find_python_name", "name": "find_python_name", "type": null}}, "get_state_keys_blacklist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "yaml.constructor.FullConstructor.get_state_keys_blacklist", "name": "get_state_keys_blacklist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["yaml.constructor.FullConstructor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_state_keys_blacklist of FullConstructor", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "get_state_keys_blacklist_regexp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "yaml.constructor.FullConstructor.get_state_keys_blacklist_regexp", "name": "get_state_keys_blacklist_regexp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["yaml.constructor.FullConstructor"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_state_keys_blacklist_regexp of FullConstructor", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}, "type_guard": null, "variables": []}}}, "make_python_instance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1, 1], "arg_names": ["self", "suffix", "node", "args", "kwds", "newobj", "unsafe"], "flags": [], "fullname": "yaml.constructor.FullConstructor.make_python_instance", "name": "make_python_instance", "type": null}}, "set_python_instance_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "instance", "state", "unsafe"], "flags": [], "fullname": "yaml.constructor.FullConstructor.set_python_instance_state", "name": "set_python_instance_state", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "instance", "state", "unsafe"], "arg_types": ["yaml.constructor.FullConstructor", {".class": "AnyType", "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": "set_python_instance_state of FullConstructor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "FullLoader": {".class": "SymbolTableNode", "cross_ref": "yaml.loader.FullLoader", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Hashable": {".class": "SymbolTableNode", "cross_ref": "typing.Hashable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Loader": {".class": "SymbolTableNode", "cross_ref": "yaml.loader.Loader", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MappingNode": {".class": "SymbolTableNode", "cross_ref": "yaml.nodes.MappingNode", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MarkedYAMLError": {".class": "SymbolTableNode", "cross_ref": "yaml.error.MarkedYAMLError", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Node": {".class": "SymbolTableNode", "cross_ref": "yaml.nodes.Node", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "typing.Pattern", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SafeConstructor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["yaml.constructor.BaseConstructor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "yaml.constructor.SafeConstructor", "name": "SafeConstructor", "type_vars": []}, "flags": [], "fullname": "yaml.constructor.SafeConstructor", "metaclass_type": null, "metadata": {}, "module_name": "yaml.constructor", "mro": ["yaml.constructor.SafeConstructor", "yaml.constructor.BaseConstructor", "builtins.object"], "names": {".class": "SymbolTable", "bool_values": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "yaml.constructor.SafeConstructor.bool_values", "name": "bool_values", "type": {".class": "Instance", "args": ["builtins.str", "builtins.bool"], "type_ref": "builtins.dict"}}}, "construct_mapping": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "node", "deep"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_mapping", "name": "construct_mapping", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "node", "deep"], "arg_types": ["yaml.constructor.SafeConstructor", "yaml.nodes.MappingNode", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "construct_mapping of SafeConstructor", "ret_type": {".class": "Instance", "args": ["typing.Hashable", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "type_guard": null, "variables": []}}}, "construct_scalar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_scalar", "name": "construct_scalar", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["yaml.constructor.SafeConstructor", "yaml.nodes.ScalarNode"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "construct_scalar of SafeConstructor", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "yaml.constructor._Scalar"}, "type_guard": null, "variables": []}}}, "construct_undefined": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_undefined", "name": "construct_undefined", "type": null}}, "construct_yaml_binary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_binary", "name": "construct_yaml_binary", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["yaml.constructor.SafeConstructor", "yaml.nodes.ScalarNode"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "construct_yaml_binary of SafeConstructor", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "construct_yaml_bool": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_bool", "name": "construct_yaml_bool", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["yaml.constructor.SafeConstructor", "yaml.nodes.ScalarNode"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "construct_yaml_bool of SafeConstructor", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "construct_yaml_float": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_float", "name": "construct_yaml_float", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["yaml.constructor.SafeConstructor", "yaml.nodes.ScalarNode"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "construct_yaml_float of SafeConstructor", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "construct_yaml_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_int", "name": "construct_yaml_int", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["yaml.constructor.SafeConstructor", "yaml.nodes.ScalarNode"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "construct_yaml_int of SafeConstructor", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "construct_yaml_map": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_map", "name": "construct_yaml_map", "type": null}}, "construct_yaml_null": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_null", "name": "construct_yaml_null", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["yaml.constructor.SafeConstructor", "yaml.nodes.ScalarNode"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "construct_yaml_null of SafeConstructor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "construct_yaml_object": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "node", "cls"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_object", "name": "construct_yaml_object", "type": null}}, "construct_yaml_omap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_omap", "name": "construct_yaml_omap", "type": null}}, "construct_yaml_pairs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_pairs", "name": "construct_yaml_pairs", "type": null}}, "construct_yaml_seq": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_seq", "name": "construct_yaml_seq", "type": null}}, "construct_yaml_set": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_set", "name": "construct_yaml_set", "type": null}}, "construct_yaml_str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_str", "name": "construct_yaml_str", "type": null}}, "construct_yaml_timestamp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.construct_yaml_timestamp", "name": "construct_yaml_timestamp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["yaml.constructor.SafeConstructor", "yaml.nodes.ScalarNode"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "construct_yaml_timestamp of SafeConstructor", "ret_type": "datetime.date", "type_guard": null, "variables": []}}}, "flatten_mapping": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "flags": [], "fullname": "yaml.constructor.SafeConstructor.flatten_mapping", "name": "flatten_mapping", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "node"], "arg_types": ["yaml.constructor.SafeConstructor", "yaml.nodes.MappingNode"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "flatten_mapping of SafeConstructor", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "inf_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "yaml.constructor.SafeConstructor.inf_value", "name": "inf_value", "type": "builtins.float"}}, "nan_value": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "yaml.constructor.SafeConstructor.nan_value", "name": "nan_value", "type": "builtins.float"}}, "timestamp_regexp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_classvar", "is_ready"], "fullname": "yaml.constructor.SafeConstructor.timestamp_regexp", "name": "timestamp_regexp", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Pattern"}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SafeLoader": {".class": "SymbolTableNode", "cross_ref": "yaml.loader.SafeLoader", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ScalarNode": {".class": "SymbolTableNode", "cross_ref": "yaml.nodes.ScalarNode", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SequenceNode": {".class": "SymbolTableNode", "cross_ref": "yaml.nodes.SequenceNode", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeAlias": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.TypeAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UnsafeConstructor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["yaml.constructor.FullConstructor"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "yaml.constructor.UnsafeConstructor", "name": "UnsafeConstructor", "type_vars": []}, "flags": [], "fullname": "yaml.constructor.UnsafeConstructor", "metaclass_type": null, "metadata": {}, "module_name": "yaml.constructor", "mro": ["yaml.constructor.UnsafeConstructor", "yaml.constructor.FullConstructor", "yaml.constructor.SafeConstructor", "yaml.constructor.BaseConstructor", "builtins.object"], "names": {".class": "SymbolTable", "find_python_module": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "mark"], "flags": [], "fullname": "yaml.constructor.UnsafeConstructor.find_python_module", "name": "find_python_module", "type": null}}, "find_python_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "name", "mark"], "flags": [], "fullname": "yaml.constructor.UnsafeConstructor.find_python_name", "name": "find_python_name", "type": null}}, "make_python_instance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["self", "suffix", "node", "args", "kwds", "newobj"], "flags": [], "fullname": "yaml.constructor.UnsafeConstructor.make_python_instance", "name": "make_python_instance", "type": null}}, "set_python_instance_state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "instance", "state"], "flags": [], "fullname": "yaml.constructor.UnsafeConstructor.set_python_instance_state", "name": "set_python_instance_state", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnsafeLoader": {".class": "SymbolTableNode", "cross_ref": "yaml.loader.UnsafeLoader", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_L": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "yaml.constructor._L", "name": "_L", "upper_bound": {".class": "UnionType", "items": ["yaml.loader.Loader", "yaml.loader.BaseLoader", "yaml.loader.FullLoader", "yaml.loader.SafeLoader", "yaml.loader.UnsafeLoader"]}, "values": [], "variance": 0}}, "_N": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "yaml.constructor._N", "name": "_N", "upper_bound": "yaml.nodes.Node", "values": [], "variance": 0}}, "_Scalar": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "yaml.constructor._Scalar", "line": 14, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", "builtins.int", "builtins.float", "builtins.bool", {".class": "NoneType"}]}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "yaml.constructor.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "yaml.constructor.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "yaml.constructor.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "yaml.constructor.__package__", "name": "__package__", "type": "builtins.str"}}, "date": {".class": "SymbolTableNode", "cross_ref": "datetime.date", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/Users/max/.cache/pre-commit/repo61zz492t/py_env-python3.8/lib/python3.8/site-packages/yaml-stubs/constructor.pyi"} |