Searched defs:Image (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Dimage.py90 class Image(object): class in inherits:object
91 """An Image object is a directory tree containing the laid-down contents
94 An Image has a root path.
96 An Image of type IMG_ENTIRE does not have a parent Image. Other Image
97 types must have a parent Image. The external state of the parent Image
98 must be accessible from the Image's context, or duplicated within the
99 Image (IMG_PARTIA
[all...]

Completed in 607 milliseconds