python-fuse icon indicating copy to clipboard operation
python-fuse copied to clipboard

file_class should have a way to access the fuse object

Open qhe opened this issue 11 months ago • 1 comments

file_class instance may need to access the main fuse object for state information (e.g. database connection, network connection etc.). But the nested class doesn't seem to have any easy way to do that. This is the case in example/xmp.py. And there doesn't seem to be an alternative way to use the stateful file API.

qhe avatar Jan 13 '25 04:01 qhe