Package advene :: Package model :: Package core :: Module content :: Class ContentDataFile
[hide private]
[frames] | no frames]

Class ContentDataFile

source code

object --+
         |
        ContentDataFile

FIXME: missing docstring.

R/W file-like object

Instance Methods [hide private]
 
__init__(self, element)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
info(self) source code
 
close(self) source code
 
truncate(self, *args) source code
 
write(self, str_) source code
 
writelines(self, seq) source code
 
_get_softspace(self) source code
 
_set_softspace(self, val) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  closed
  encoding
  mode
  name
  newlines
  softspace

Inherited from object: __class__

Method Details [hide private]

__init__(self, element)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

_get_softspace(self)

source code 
Decorators:
  • @autoproperty

_set_softspace(self, val)

source code 
Decorators:
  • @autoproperty

Property Details [hide private]

closed

Get Method:
unreachable.closed(self)

encoding

Get Method:
unreachable.encoding(self)

mode

Get Method:
unreachable.mode(self)

name

Get Method:
unreachable.name(self)

newlines

Get Method:
unreachable.newlines(self)

softspace

Get Method:
_get_softspace(self)
Set Method:
_set_softspace(self, val)