Skip to content

ENH: Allow .resolve() with CloudPaths #151

@remi-braun

Description

@remi-braun

Hello,

In order to simplify the code and unify the API, would it be possible to allow the .resolve() function to CloudPaths, even if this function does nothing ?

To go from:

path = AnyPath(path)
if not isinstance(path, CloudPath):
   path = path.resolve()

to

path = AnyPath(path).resolve()

Thanks a lot

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions