File: util.rst

package info (click to toggle)
python-llfuse 1.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,496 kB
  • sloc: python: 1,943; ansic: 487; sh: 27; makefile: 15
file content (14 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
====================
 Utility Functions
====================

The following functions do not necessarily translate to calls to the
FUSE library. They are provided because they're potentially useful
when implementing file systems in Python.

.. currentmodule:: llfuse

.. autofunction:: setxattr
.. autofunction:: getxattr
.. autofunction:: listdir
.. autofunction:: get_sup_groups