libfuse / python-fuse

Python 2.x/3.x bindings for libfuse 2.x
GNU Lesser General Public License v2.1
285 stars 74 forks source link

new python fuse api FUSE function #34

Closed Gorparth closed 12 months ago

Gorparth commented 3 years ago

which function is same as FUSE in new python3 api fuse.Fuse doesn't seem to work where we give filesystem create class object and mount point etc can anyone tell that please?