ami / .mypy_cache /3.7 /py /path.data.json
patrickvonplaten's picture
upload all
c7a0c46
raw
history blame
No virus
75.5 kB
{".class": "MypyFile", "_fullname": "py.path", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "AnyStr": {".class": "SymbolTableNode", "cross_ref": "typing.AnyStr", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ContextManager": {".class": "SymbolTableNode", "cross_ref": "typing.ContextManager", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Final": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Final", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SvnAuth": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.SvnAuth", "name": "SvnAuth", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FNMatcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.path._FNMatcher", "name": "_FNMatcher", "type_vars": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "namespace": "py.path._FNMatcher", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "py.path._FNMatcher", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "py.path", "mro": ["py.path._FNMatcher", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "py.path._FNMatcher.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "namespace": "py.path._FNMatcher", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "py.path._FNMatcher"}, "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _FNMatcher", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "flags": [], "fullname": "py.path._FNMatcher.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "namespace": "py.path._FNMatcher", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "type_ref": "py.path._FNMatcher"}, {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "namespace": "py.path._FNMatcher", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _FNMatcher", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "pattern": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready", "has_explicit_value"], "fullname": "py.path._FNMatcher.pattern", "name": "pattern", "type": {".class": "TypeVarType", "fullname": "typing.AnyStr", "id": 1, "name": "AnyStr", "namespace": "py.path._FNMatcher", "upper_bound": "builtins.object", "values": ["builtins.str", "builtins.bytes"], "variance": 0}}}}, "slots": null, "tuple_type": null, "type_vars": ["AnyStr"], "typeddict_type": null}}, "_PathLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "py.path._PathLike", "line": 48, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "os.PathLike"}}}, "_PathType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "py.path._PathType", "line": 52, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "os.PathLike"}, "py.path.local"]}}}, "_Stat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.path._Stat", "name": "_Stat", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "py.path._Stat", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "py.path", "mro": ["py.path._Stat", "builtins.object"], "names": {".class": "SymbolTable", "atime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.atime", "name": "atime", "type": "builtins.float"}}, "atime_ns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.atime_ns", "name": "atime_ns", "type": "builtins.int"}}, "birthtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.birthtime", "name": "birthtime", "type": "builtins.int"}}, "blksize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.blksize", "name": "blksize", "type": "builtins.int"}}, "blocks": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.blocks", "name": "blocks", "type": "builtins.int"}}, "creator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.creator", "name": "creator", "type": "builtins.int"}}, "ctime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.ctime", "name": "ctime", "type": "builtins.float"}}, "ctime_ns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.ctime_ns", "name": "ctime_ns", "type": "builtins.int"}}, "dev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.dev", "name": "dev", "type": "builtins.int"}}, "flags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.flags", "name": "flags", "type": "builtins.int"}}, "gen": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.gen", "name": "gen", "type": "builtins.int"}}, "gid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.gid", "name": "gid", "type": "builtins.int"}}, "group": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.path._Stat.group", "name": "group", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "group of _Stat", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "group", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "group of _Stat", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "ino": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.ino", "name": "ino", "type": "builtins.int"}}, "isdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path._Stat.isdir", "name": "isdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "isdir of _Stat", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path._Stat.isfile", "name": "isfile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "isfile of _Stat", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "islink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path._Stat.islink", "name": "islink", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "islink of _Stat", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.mode", "name": "mode", "type": "builtins.int"}}, "mtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.mtime", "name": "mtime", "type": "builtins.float"}}, "mtime_ns": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.mtime_ns", "name": "mtime_ns", "type": "builtins.int"}}, "nlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.nlink", "name": "nlink", "type": "builtins.int"}}, "owner": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.path._Stat.owner", "name": "owner", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "owner of _Stat", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "owner", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path._Stat"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "owner of _Stat", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "is_ready", "has_explicit_value"], "fullname": "py.path._Stat.path", "name": "path", "type": "py.path.local"}}, "rdev": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.rdev", "name": "rdev", "type": "builtins.int"}}, "rsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.rsize", "name": "rsize", "type": "builtins.int"}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.size", "name": "size", "type": "builtins.int"}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.type", "name": "type", "type": "builtins.int"}}, "uid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path._Stat.uid", "name": "uid", "type": "builtins.int"}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.__package__", "name": "__package__", "type": "builtins.str"}}, "local": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.path.local", "name": "local", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "py.path.local", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "py.path", "mro": ["py.path.local", "os.PathLike", "builtins.object"], "names": {".class": "SymbolTable", "ImportMismatchError": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ImportError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "py.path.local.ImportMismatchError", "name": "ImportMismatchError", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "py.path.local.ImportMismatchError", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "py.path", "mro": ["py.path.local.ImportMismatchError", "builtins.ImportError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "py.path.local.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "__cmp__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "py.path.local.__cmp__", "name": "__cmp__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__cmp__ of local", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__div__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "py.path.local.__div__", "name": "__div__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__div__ of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "py.path.local.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__fspath__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.__fspath__", "name": "__fspath__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__fspath__ of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "py.path.local.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of local", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "path", "expanduser"], "flags": [], "fullname": "py.path.local.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "path", "expanduser"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "py.path.local.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "py.path.local.__ne__", "name": "__ne__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ne__ of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "py.path.local.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "as_cwd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.as_cwd", "name": "as_cwd", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "as_cwd of local", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}], "type_ref": "typing.ContextManager"}, "type_guard": null, "variables": []}}}, "atime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.atime", "name": "atime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "atime of local", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "basename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.path.local.basename", "name": "basename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "basename of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "basename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "basename of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "bestrelpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dest"], "flags": [], "fullname": "py.path.local.bestrelpath", "name": "bestrelpath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dest"], "arg_types": ["py.path.local", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "bestrelpath of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "chdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.chdir", "name": "chdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "chdir of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "check": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "basename", "notbasename", "basestarts", "notbasestarts", "dir", "notdir", "dotfile", "notdotfile", "endswith", "notendswith", "exists", "notexists", "ext", "notext", "file", "notfile", "fnmatch", "notfnmatch", "link", "notlink", "relto", "notrelto"], "flags": [], "fullname": "py.path.local.check", "name": "check", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "basename", "notbasename", "basestarts", "notbasestarts", "dir", "notdir", "dotfile", "notdotfile", "endswith", "notendswith", "exists", "notexists", "ext", "notext", "file", "notfile", "fnmatch", "notfnmatch", "link", "notlink", "relto", "notrelto"], "arg_types": ["py.path.local", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "check of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "chmod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "mode", "rec"], "flags": [], "fullname": "py.path.local.chmod", "name": "chmod", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "mode", "rec"], "arg_types": ["py.path.local", "builtins.int", {".class": "UnionType", "items": ["builtins.int", "builtins.str", "builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "chmod of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "chown": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "user", "group", "rec"], "flags": [], "fullname": "py.path.local.chown", "name": "chown", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "user", "group", "rec"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, {".class": "UnionType", "items": ["builtins.int", "builtins.str"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "chown of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "common": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "py.path.local.common", "name": "common", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["py.path.local", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "common of local", "ret_type": {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "computehash": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "hashtype", "chunksize"], "flags": [], "fullname": "py.path.local.computehash", "name": "computehash", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "hashtype", "chunksize"], "arg_types": ["py.path.local", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "computehash of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "target", "mode", "stat"], "flags": [], "fullname": "py.path.local.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "target", "mode", "stat"], "arg_types": ["py.path.local", "py.path.local", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "copy of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dirname": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.path.local.dirname", "name": "dirname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dirname of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "dirname", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dirname of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "dirpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "abs"], "flags": [], "fullname": "py.path.local.dirpath", "name": "dirpath", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "abs"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dirpath of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "dump": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "bin"], "flags": [], "fullname": "py.path.local.dump", "name": "dump", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "obj", "bin"], "arg_types": ["py.path.local", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dump of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ensure": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "dir"], "flags": [], "fullname": "py.path.local.ensure", "name": "ensure", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "dir"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ensure of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "ensure_dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "py.path.local.ensure_dir", "name": "ensure_dir", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ensure_dir of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "exists": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.exists", "name": "exists", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "exists of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "ext": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.path.local.ext", "name": "ext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ext of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ext", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ext of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "fnmatch": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "flags": [], "fullname": "py.path.local.fnmatch", "name": "fnmatch", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pattern"], "arg_types": ["py.path.local", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fnmatch of local", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "get_temproot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cls"], "flags": ["is_class", "is_decorated"], "fullname": "py.path.local.get_temproot", "name": "get_temproot", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_temproot of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "get_temproot", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cls"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_temproot of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "isdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.isdir", "name": "isdir", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "isdir of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "isfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.isfile", "name": "isfile", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "isfile of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "islink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.islink", "name": "islink", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "islink of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "abs"], "flags": [], "fullname": "py.path.local.join", "name": "join", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "args", "abs"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "join of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "listdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "fil", "sort"], "flags": [], "fullname": "py.path.local.listdir", "name": "listdir", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "fil", "sort"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.str", "builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "listdir of local", "ret_type": {".class": "Instance", "args": ["py.path.local"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "load": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.load", "name": "load", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "load of local", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "lstat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.lstat", "name": "lstat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "lstat of local", "ret_type": "py.path._Stat", "type_guard": null, "variables": []}}}, "make_numbered_dir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["cls", "prefix", "rootdir", "keep", "lock_timeout"], "flags": ["is_class", "is_decorated"], "fullname": "py.path.local.make_numbered_dir", "name": "make_numbered_dir", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["cls", "prefix", "rootdir", "keep", "lock_timeout"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}, "builtins.str", {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "make_numbered_dir of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "make_numbered_dir", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["cls", "prefix", "rootdir", "keep", "lock_timeout"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}, "builtins.str", {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "make_numbered_dir of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "mkdir": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": [], "fullname": "py.path.local.mkdir", "name": "mkdir", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "mkdir of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "mkdtemp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["cls", "rootdir"], "flags": ["is_class", "is_decorated"], "fullname": "py.path.local.mkdtemp", "name": "mkdtemp", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "rootdir"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}, {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "mkdtemp of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "mkdtemp", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "rootdir"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}, {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "mkdtemp of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}}, "mklinkto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "oldname"], "flags": [], "fullname": "py.path.local.mklinkto", "name": "mklinkto", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "oldname"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.str", "py.path.local"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "mklinkto of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "mksymlinkto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "value", "absolute"], "flags": [], "fullname": "py.path.local.mksymlinkto", "name": "mksymlinkto", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "value", "absolute"], "arg_types": ["py.path.local", "py.path.local", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "mksymlinkto of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "move": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "flags": [], "fullname": "py.path.local.move", "name": "move", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "arg_types": ["py.path.local", "py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "move of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "mtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.mtime", "name": "mtime", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "mtime of local", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "new": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["self", "drive", "dirname", "basename", "purebasename", "ext"], "flags": [], "fullname": "py.path.local.new", "name": "new", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5], "arg_names": ["self", "drive", "dirname", "basename", "purebasename", "ext"], "arg_types": ["py.path.local", "builtins.str", "builtins.str", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "new of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "mode", "ensure", "encoding"], "flags": [], "fullname": "py.path.local.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "mode", "ensure", "encoding"], "arg_types": ["py.path.local", "builtins.str", "builtins.bool", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "open of local", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}, "parts": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "reverse"], "flags": [], "fullname": "py.path.local.parts", "name": "parts", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "reverse"], "arg_types": ["py.path.local", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "parts of local", "ret_type": {".class": "Instance", "args": ["py.path.local"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "purebasename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "py.path.local.purebasename", "name": "purebasename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "purebasename of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "purebasename", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "purebasename of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "pyimport": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "modname", "ensuresyspath"], "flags": [], "fullname": "py.path.local.pyimport", "name": "pyimport", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "modname", "ensuresyspath"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.bool", {".class": "LiteralType", "fallback": "builtins.str", "value": "append"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "importlib"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "pyimport of local", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "pypkgpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.pypkgpath", "name": "pypkgpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "pypkgpath of local", "ret_type": {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "mode"], "flags": [], "fullname": "py.path.local.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "mode"], "arg_types": ["py.path.local", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "read of local", "ret_type": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, "type_guard": null, "variables": []}}}, "read_binary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.read_binary", "name": "read_binary", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "read_binary of local", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "read_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "flags": [], "fullname": "py.path.local.read_text", "name": "read_text", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "encoding"], "arg_types": ["py.path.local", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "read_text of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "readlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "cr"], "flags": [], "fullname": "py.path.local.readlines", "name": "readlines", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "cr"], "arg_types": ["py.path.local", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "readlines of local", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "readlink": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.readlink", "name": "readlink", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "readlink of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "realpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.realpath", "name": "realpath", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "realpath of local", "ret_type": "py.path.local", "type_guard": null, "variables": []}}}, "relto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "relpath"], "flags": [], "fullname": "py.path.local.relto", "name": "relto", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "relpath"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.str", "py.path.local"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "relto of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "remove": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "rec", "ignore_errors"], "flags": [], "fullname": "py.path.local.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "rec", "ignore_errors"], "arg_types": ["py.path.local", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "remove of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "rename": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "flags": [], "fullname": "py.path.local.rename", "name": "rename", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "target"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "rename of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "samefile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "py.path.local.samefile", "name": "samefile", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["py.path.local", {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "samefile of local", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "sep": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path.local.sep", "name": "sep", "type": "builtins.str"}}, "setmtime": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "mtime"], "flags": [], "fullname": "py.path.local.setmtime", "name": "setmtime", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "mtime"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "setmtime of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "py.path.local.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "size of local", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "stat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "raising"], "flags": [], "fullname": "py.path.local.stat", "name": "stat", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "raising"], "arg_types": ["py.path.local", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "stat of local", "ret_type": "py.path._Stat", "type_guard": null, "variables": []}}}, "strpath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "py.path.local.strpath", "name": "strpath", "type": "builtins.str"}}, "sysexec": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "argv", "popen_opts"], "flags": [], "fullname": "py.path.local.sysexec", "name": "sysexec", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "argv", "popen_opts"], "arg_types": ["py.path.local", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "sysexec of local", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "sysfind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "name", "checker", "paths"], "flags": ["is_class", "is_decorated"], "fullname": "py.path.local.sysfind", "name": "sysfind", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "name", "checker", "paths"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}, {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "sysfind of local", "ret_type": {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "sysfind", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "name", "checker", "paths"], "arg_types": [{".class": "TypeType", "item": "py.path.local"}, {".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "py.path._PathType"}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "sysfind of local", "ret_type": {".class": "UnionType", "items": ["py.path.local", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "visit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "fil", "rec", "ignore", "bf", "sort"], "flags": [], "fullname": "py.path.local.visit", "name": "visit", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "fil", "rec", "ignore", "bf", "sort"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.str", "builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 1}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "builtins.str", "builtins.str", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["py.path.local"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.bool", "type_guard": null, "variables": []}, {".class": "NoneType"}]}, {".class": "TypeType", "item": "builtins.Exception"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "visit of local", "ret_type": {".class": "Instance", "args": ["py.path.local"], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "data", "mode", "ensure"], "flags": [], "fullname": "py.path.local.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "data", "mode", "ensure"], "arg_types": ["py.path.local", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "write of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write_binary": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "data", "ensure"], "flags": [], "fullname": "py.path.local.write_binary", "name": "write_binary", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "data", "ensure"], "arg_types": ["py.path.local", "builtins.bytes", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "write_binary of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "write_text": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "data", "encoding", "ensure"], "flags": [], "fullname": "py.path.local.write_text", "name": "write_text", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "data", "encoding", "ensure"], "arg_types": ["py.path.local", {".class": "UnionType", "items": ["builtins.str", "builtins.str"]}, "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "write_text of local", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_hidden": true, "module_public": false}, "svnurl": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.svnurl", "name": "svnurl", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "svnwc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "py.path.svnwc", "name": "svnwc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/py/path.pyi"}