Since it is hard to infer the intended modus of the i/o operation, i.e. whether it is going to be a read or a write from accessing the `path` property make it an internal method. Do not initialize the method on property access but return the writable tree, if Object is initialized, the path to its base tree otherwise. Adapt all the usage internally: Use `path` for read operations and initialize the object and then directly use `_tree` for write ops. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| api.py | ||
| buildroot.py | ||
| loop.py | ||
| objectstore.py | ||
| pipeline.py | ||
| remoteloop.py | ||
| sources.py | ||
| tmpfs.py | ||
| treesum.py | ||