Panda3D
Properties

TarInfoRoot Class Reference

Inheritance diagram for TarInfoRoot:
TarInfoRootOSX

List of all members.

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)

Property Documentation

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]
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]
uname = property(lambda self: "root", lambda self, x: None) [static]
 All Classes Namespaces Functions Variables Properties