Package osgeo :: Module gdal :: Class DirEntry
[hide private]
[frames] | no frames]

Class DirEntry

source code


Proxy of C++ DirEntry class.

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(DirEntry self, DirEntry entryIn) -> DirEntry
source code
 
IsDirectory(self, *args)
IsDirectory(DirEntry self) -> bool
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  thisown = property(lambda x: x.this.own(), lambda x, v: x.this...
  name = property(_gdal.DirEntry_name_get, doc= r"""name : p.cha...
  mode = property(_gdal.DirEntry_mode_get, doc= r"""mode : int""")
  size = property(_gdal.DirEntry_size_get, doc= r"""size : GIntB...
  mtime = property(_gdal.DirEntry_mtime_get, doc= r"""mtime : GI...
  modeKnown = property(_gdal.DirEntry_modeKnown_get, doc= r"""mo...
  sizeKnown = property(_gdal.DirEntry_sizeKnown_get, doc= r"""si...
  mtimeKnown = property(_gdal.DirEntry_mtimeKnown_get, doc= r"""...
  extra = property(_gdal.DirEntry_extra_get, doc= r"""extra : p....
  __swig_destroy__ = _gdal.delete_DirEntry
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

source code 

__init__(DirEntry self, DirEntry entryIn) -> DirEntry

Overrides: object.__init__

Class Variable Details [hide private]

thisown

Value:
property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc= "The\
 membership flag")

name

Value:
property(_gdal.DirEntry_name_get, doc= r"""name : p.char""")

size

Value:
property(_gdal.DirEntry_size_get, doc= r"""size : GIntBig""")

mtime

Value:
property(_gdal.DirEntry_mtime_get, doc= r"""mtime : GIntBig""")

modeKnown

Value:
property(_gdal.DirEntry_modeKnown_get, doc= r"""modeKnown : bool""")

sizeKnown

Value:
property(_gdal.DirEntry_sizeKnown_get, doc= r"""sizeKnown : bool""")

mtimeKnown

Value:
property(_gdal.DirEntry_mtimeKnown_get, doc= r"""mtimeKnown : bool""")

extra

Value:
property(_gdal.DirEntry_extra_get, doc= r"""extra : p.p.char""")