In Python bindings the bd_lvm_vgdata_free function gets translated to .free() method of the BlockDev.LVMVGdata object which also has the free (as in free space) attribute so the free function is not available. Not sure if we can do something about this without changing the free member of BDLVMVGdata so this is probably something to be fixed in libblockdev 4.0 :-)
In Python bindings the
bd_lvm_vgdata_freefunction gets translated to.free()method of theBlockDev.LVMVGdataobject which also has thefree(as in free space) attribute so the free function is not available. Not sure if we can do something about this without changing thefreemember ofBDLVMVGdataso this is probably something to be fixed in libblockdev 4.0 :-)