Panda3D
|
Properties | |
gid = property(lambda self: 0, lambda self, x: None) | |
gname = property(lambda self: "root", lambda self, x: None) | |
mode | |
uid = property(lambda self: 0, lambda self, x: None) | |
uname = property(lambda self: "root", lambda self, x: None) |
gid = property(lambda self: 0, lambda self, x: None) [static] |
gname = property(lambda self: "root", lambda self, x: None) [static] |
Reimplemented in TarInfoRootOSX.
mode [static] |
property(lambda self: 0644 if self.type != tarfile.DIRTYPE and \ '.' in self.name.rsplit('/', 1)[-1] else 0755, lambda self, x: None)
uid = property(lambda self: 0, lambda self, x: None) [static] |
uname = property(lambda self: "root", lambda self, x: None) [static] |