mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-04 22:54:18 +00:00
1 line
74 KiB
JSON
1 line
74 KiB
JSON
{".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"} |