Panda3D
Properties

TarInfoRootOSX Class Reference

Inheritance diagram for TarInfoRootOSX:
TarInfoRoot

List of all members.

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)

Property Documentation

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]
Initial value:
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]
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties