Package SCons :: Package Platform :: Module win32 :: Class _scons_file
[hide private]
[frames] | no frames]

Class _scons_file

source code

object --+    
         |    
      file --+
             |
            _scons_file

Instance Methods [hide private]
file object
__init__(self, *args, **kw)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from file: __delattr__, __enter__, __exit__, __getattribute__, __iter__, __new__, __repr__, __setattr__, close, fileno, flush, isatty, next, read, readinto, readline, readlines, seek, tell, truncate, write, writelines, xreadlines

Inherited from object: __format__, __hash__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from file: closed, encoding, errors, mode, name, newlines, softspace

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kw)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Returns: file object
Overrides: object.__init__
(inherited documentation)