Skip to content

Commit

Permalink
clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Oct 10, 2023
1 parent 015d4c7 commit dc22e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ The core [`cloudpath.py`](cloudpathlib/cloudpath.py) file provides most of the m

- Some methods are implemented from scratch for cloud paths
- Some methods are implemented by calling the `pathlib.Path` version on either (1) the file in the cache if concrete, or (2) a `PurePosixPath` conversion of the CloudPath if not concrete.
- Some methods that are not relevant for a cloud backend are not implemented and listed in the code.
- Some methods that are not relevant for a cloud backend are not implemented.

Any code that needs to interact with the provider does so by calling methods on the `CloudPath.client`, which is an instance of the `Client` class so all the methods are provider-agnostic.

Expand Down

0 comments on commit dc22e4d

Please sign in to comment.