icefall/.mypy_cache/3.9/_pytest/tmpdir.data.json
Patrick von Platen 0c7fe37e2f add hf hub
2021-12-08 23:01:51 +01:00

1 line
30 KiB
JSON

{".class": "MypyFile", "_fullname": "_pytest.tmpdir", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Config": {".class": "SymbolTableNode", "cross_ref": "_pytest.config.Config", "kind": "Gdef"}, "FixtureRequest": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.FixtureRequest", "kind": "Gdef"}, "LOCK_TIMEOUT": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.LOCK_TIMEOUT", "kind": "Gdef"}, "MonkeyPatch": {".class": "SymbolTableNode", "cross_ref": "_pytest.monkeypatch.MonkeyPatch", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "Path": {".class": "SymbolTableNode", "cross_ref": "pathlib.Path", "kind": "Gdef"}, "TempPathFactory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.tmpdir.TempPathFactory", "name": "TempPathFactory", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.tmpdir.TempPathFactory", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 32, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, "kw_only": false, "name": "_given_basetemp"}, {"context_column": 4, "context_line": 33, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": null, "kw_only": false, "name": "_trace"}, {"context_column": 4, "context_line": 34, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, "kw_only": false, "name": "_basetemp"}], "frozen": false}}, "module_name": "_pytest.tmpdir", "mro": ["_pytest.tmpdir.TempPathFactory", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of TempPathFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of TempPathFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 5], "arg_names": ["self", "given_basetemp", "trace", "basetemp", "_ispytest"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 5], "arg_names": ["self", "given_basetemp", "trace", "basetemp", "_ispytest"], "arg_types": ["_pytest.tmpdir.TempPathFactory", {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TempPathFactory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of TempPathFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of TempPathFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempPathFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "_basetemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory._basetemp", "name": "_basetemp", "type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}}}, "_ensure_relative_to_basetemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "basename"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory._ensure_relative_to_basetemp", "name": "_ensure_relative_to_basetemp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "basename"], "arg_types": ["_pytest.tmpdir.TempPathFactory", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_ensure_relative_to_basetemp of TempPathFactory", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_given_basetemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory._given_basetemp", "name": "_given_basetemp", "type": {".class": "UnionType", "items": ["pathlib.Path", {".class": "NoneType"}]}}}, "_trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory._trace", "name": "_trace", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "from_config": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["cls", "config", "_ispytest"], "flags": ["is_class", "is_decorated"], "fullname": "_pytest.tmpdir.TempPathFactory.from_config", "name": "from_config", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["cls", "config", "_ispytest"], "arg_types": [{".class": "TypeType", "item": "_pytest.tmpdir.TempPathFactory"}, "_pytest.config.Config", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_config of TempPathFactory", "ret_type": "_pytest.tmpdir.TempPathFactory", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "from_config", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["cls", "config", "_ispytest"], "arg_types": [{".class": "TypeType", "item": "_pytest.tmpdir.TempPathFactory"}, "_pytest.config.Config", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "from_config of TempPathFactory", "ret_type": "_pytest.tmpdir.TempPathFactory", "type_guard": null, "variables": []}}}}, "getbasetemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.getbasetemp", "name": "getbasetemp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.tmpdir.TempPathFactory"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getbasetemp of TempPathFactory", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "mktemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "basename", "numbered"], "flags": [], "fullname": "_pytest.tmpdir.TempPathFactory.mktemp", "name": "mktemp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "basename", "numbered"], "arg_types": ["_pytest.tmpdir.TempPathFactory", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mktemp of TempPathFactory", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TempdirFactory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.tmpdir.TempdirFactory", "name": "TempdirFactory", "type_vars": []}, "flags": ["is_final"], "fullname": "_pytest.tmpdir.TempdirFactory", "metaclass_type": null, "metadata": {"attrs": {"attributes": [{"context_column": 4, "context_line": 157, "converter_is_attr_converters_optional": false, "converter_name": null, "has_default": false, "init": true, "init_type": "_pytest.tmpdir.TempPathFactory", "kw_only": false, "name": "_tmppath_factory"}], "frozen": false}}, "module_name": "_pytest.tmpdir", "mro": ["_pytest.tmpdir.TempdirFactory", "builtins.object"], "names": {".class": "SymbolTable", "_AT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeVarExpr", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of TempdirFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__ge__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__ge__", "kind": "Mdef", "plugin_generated": true}, "__ge__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__ge__", "kind": "Mdef", "plugin_generated": true}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of TempdirFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__gt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__gt__", "kind": "Mdef", "plugin_generated": true}, "__gt__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__gt__", "kind": "Mdef", "plugin_generated": true}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", "tmppath_factory", "_ispytest"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", "tmppath_factory", "_ispytest"], "arg_types": ["_pytest.tmpdir.TempdirFactory", "_pytest.tmpdir.TempPathFactory", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TempdirFactory", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__le__ of TempdirFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__le__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__le__", "kind": "Mdef", "plugin_generated": true}, "__le__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__le__", "kind": "Mdef", "plugin_generated": true}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of TempdirFactory", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarDef", "fullname": "_pytest.tmpdir.TempdirFactory._AT", "id": -1, "name": "_AT", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "plugin_generated": true}, "__lt__-redefinition": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition2": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition3": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition4": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__lt__", "kind": "Mdef", "plugin_generated": true}, "__lt__-redefinition5": {".class": "SymbolTableNode", "cross_ref": "_pytest.tmpdir.TempdirFactory.__lt__", "kind": "Mdef", "plugin_generated": true}, "_tmppath_factory": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory._tmppath_factory", "name": "_tmppath_factory", "type": "_pytest.tmpdir.TempPathFactory"}}, "getbasetemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.getbasetemp", "name": "getbasetemp", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.tmpdir.TempdirFactory"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getbasetemp of TempdirFactory", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "mktemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "basename", "numbered"], "flags": [], "fullname": "_pytest.tmpdir.TempdirFactory.mktemp", "name": "mktemp", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "basename", "numbered"], "arg_types": ["_pytest.tmpdir.TempdirFactory", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "mktemp of TempdirFactory", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.tmpdir.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.tmpdir.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.tmpdir.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.tmpdir.__package__", "name": "__package__", "type": "builtins.str"}}, "_mk_tmp": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["request", "factory"], "flags": [], "fullname": "_pytest.tmpdir._mk_tmp", "name": "_mk_tmp", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["request", "factory"], "arg_types": ["_pytest.fixtures.FixtureRequest", "_pytest.tmpdir.TempPathFactory"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_mk_tmp", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}, "attr": {".class": "SymbolTableNode", "cross_ref": "attr", "kind": "Gdef"}, "check_ispytest": {".class": "SymbolTableNode", "cross_ref": "_pytest.deprecated.check_ispytest", "kind": "Gdef"}, "final": {".class": "SymbolTableNode", "cross_ref": "typing.final", "kind": "Gdef"}, "fixture": {".class": "SymbolTableNode", "cross_ref": "_pytest.fixtures.fixture", "kind": "Gdef"}, "get_user": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_pytest.tmpdir.get_user", "name": "get_user", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_user", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "make_numbered_dir": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.make_numbered_dir", "kind": "Gdef"}, "make_numbered_dir_with_cleanup": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.make_numbered_dir_with_cleanup", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "py": {".class": "SymbolTableNode", "cross_ref": "py", "kind": "Gdef"}, "pytest_configure": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["config"], "flags": [], "fullname": "_pytest.tmpdir.pytest_configure", "name": "pytest_configure", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["config"], "arg_types": ["_pytest.config.Config"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pytest_configure", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef"}, "rm_rf": {".class": "SymbolTableNode", "cross_ref": "_pytest.pathlib.rm_rf", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "tempfile": {".class": "SymbolTableNode", "cross_ref": "tempfile", "kind": "Gdef"}, "tmp_path": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["request", "tmp_path_factory"], "flags": ["is_decorated"], "fullname": "_pytest.tmpdir.tmp_path", "name": "tmp_path", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["request", "tmp_path_factory"], "arg_types": ["_pytest.fixtures.FixtureRequest", "_pytest.tmpdir.TempPathFactory"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmp_path", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "tmp_path", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["request", "tmp_path_factory"], "arg_types": ["_pytest.fixtures.FixtureRequest", "_pytest.tmpdir.TempPathFactory"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmp_path", "ret_type": "pathlib.Path", "type_guard": null, "variables": []}}}}, "tmp_path_factory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_decorated"], "fullname": "_pytest.tmpdir.tmp_path_factory", "name": "tmp_path_factory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmp_path_factory", "ret_type": "_pytest.tmpdir.TempPathFactory", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "tmp_path_factory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmp_path_factory", "ret_type": "_pytest.tmpdir.TempPathFactory", "type_guard": null, "variables": []}}}}, "tmpdir": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["tmp_path"], "flags": ["is_decorated"], "fullname": "_pytest.tmpdir.tmpdir", "name": "tmpdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tmp_path"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmpdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "tmpdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["tmp_path"], "arg_types": ["pathlib.Path"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmpdir", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "tmpdir_factory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["request"], "flags": ["is_decorated"], "fullname": "_pytest.tmpdir.tmpdir_factory", "name": "tmpdir_factory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmpdir_factory", "ret_type": "_pytest.tmpdir.TempdirFactory", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "tmpdir_factory", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["request"], "arg_types": ["_pytest.fixtures.FixtureRequest"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "tmpdir_factory", "ret_type": "_pytest.tmpdir.TempdirFactory", "type_guard": null, "variables": []}}}}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/_pytest/tmpdir.py"}