This object defines a Disk object for a disk image.
disk = Disk(imagefile = "/sandbox/image.img")
Methods
|
|
__init__
__repr__
__str__
|
|
__init__
|
__init__ (
self,
imagefile="",
**keywords,
)
Exceptions
|
|
IOError, "Could not opendisk image %s" %( imagefile )
|
|
|
__repr__
|
__repr__ ( self )
|
|
__str__
|
__str__ ( self )
|
|