How to replicate:
- Run pycharm debugger
- Create CloudPath object
- Break and click on the item in the debugger to inspect
Alternatively:
Why: Pycharm debugger collects all properties on objects in scope, thus accessing .fspath which performs a cache refresh
How to replicate:
Alternatively:
CloudPath(...).fspathWhy: Pycharm debugger collects all properties on objects in scope, thus accessing
.fspathwhich performs a cache refresh