Panda3D
|
Properties | |
gid = property(lambda self: 0, lambda self, x: None) | |
gname = property(lambda self: "wheel", 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, inherited] |
gname = property(lambda self: "wheel", lambda self, x: None) [static] |
Reimplemented from TarInfoRoot.
mode [static, inherited] |
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, inherited] |
uname = property(lambda self: "root", lambda self, x: None) [static, inherited] |