Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Properties | List of all members
TarInfoRoot Class Reference
Inheritance diagram for TarInfoRoot:
TarInfoRootOSX

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
mode
static
Initial value:
1 = property(lambda self: 0o644 if self.type != tarfile.DIRTYPE and \
2  '.' in self.name.rsplit('/', 1)[-1] else 0o755,
3  lambda self, x: None)
uid = property(lambda self: 0, lambda self, x: None)
static
uname = property(lambda self: "root", lambda self, x: None)
static