COT.helpers.isoinfo module¶
Give COT access to isoinfo for inspecting ISO images.
-
class
ISOInfo[source]¶ Bases:
COT.helpers.helper.HelperHelper provider for
isoinfo.-
call(args, **kwargs)[source]¶ Call isoinfo with the given arguments.
Caches the output of:
isoinfo -i FILE -d(volume descriptior info)isoinfo -i FILE -f(find . -printequivalent)isoinfo -i FILE -l(ls -lRequivalent)
For the parameters, see
COT.helpers.helper.Helper.call()etc.
-