mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-11 04:46:18 +03:00
As per #9008, pyzfs implements and documents several functions that
would be very useful, but then try to call c functions in libzfs_core.
These functions do not exist in libzfs_core, and in the ~7 years of
ticket creation still do not exist in libzfs_core.
It seems unlikely that these functions will get implemented, though 2
years ago, ~5 years after that ticket lzc_get_props was implemented in
|
||
|---|---|---|
| .. | ||
| bindings | ||
| test | ||
| __init__.py | ||
| _constants.py | ||
| _error_translation.py | ||
| _libzfs_core.py | ||
| _nvlist.py | ||
| ctypes.py | ||
| exceptions.py | ||