Package buildbot :: Package steps :: Module transfer :: Class _FileWriter
[hide private]
[frames] | no frames]

Class _FileWriter

source code

 twisted.spread.jelly.Jellyable --+        
                                  |        
twisted.spread.flavors.Serializable --+    
                                      |    
   twisted.spread.flavors.Referenceable --+
                                          |
                                         _FileWriter
Known Subclasses:

Helper class that acts as a file-object with write access

Instance Methods [hide private]
 
__init__(self, destfile, maxsize, mode) source code
 
remote_write(self, data)
Called from remote slave to write data to fp within boundaries of maxsize
source code
 
remote_close(self)
Called by remote slave to state that no more data will be transfered
source code
 
__del__(self) source code

Inherited from twisted.spread.flavors.Referenceable: jellyFor, remoteMessageReceived

Inherited from twisted.spread.flavors.Serializable: processUniqueID

Inherited from twisted.spread.jelly.Jellyable: __providedBy__, getStateFor

Class Variables [hide private]

Inherited from twisted.spread.flavors.Referenceable: __implemented__, __provides__, perspective

Method Details [hide private]

remote_write(self, data)

source code 

Called from remote slave to write data to fp within boundaries of maxsize

Parameters:
  • data (string) - String of data to write