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

/pkg/src/modules/client/
H A Dimagetypes.py29 IMG_USER = 3 variable
35 IMG_USER: "user"
H A Dactuator.py34 from pkg.client.imagetypes import IMG_USER, IMG_ENTIRE namespace
285 if image.type != IMG_USER:
H A Dimage.py81 from pkg.client.imagetypes import IMG_USER, IMG_ENTIRE namespace
104 An Image of type IMG_USER stores its external state at self.root +
505 rv = IMG_USER
523 if imgtype in (IMG_USER, IMG_ENTIRE):
762 if self.type == IMG_USER:
3404 self.type != IMG_USER)
3410 self.type != IMG_USER)
3422 self.type != IMG_USER)
3427 self.type != IMG_USER)

Completed in 32 milliseconds