Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1366

Show
Ignore:
Timestamp:
09/15/06 15:07:17
Author:
fumanchu
Message:

docstring updates.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cpengine.py

    r1358 r1366  
    212212     
    213213    def monitor(self): 
    214         """Check timeout on all responses (starts a recurring Timer).""" 
     214        """Check timeout on all responses (starts a recurring Timer thread).""" 
    215215        if self.state == STARTED: 
    216216            for req, resp in self.servings: 
     
    221221     
    222222    def start_with_callback(self, func, args=None, kwargs=None): 
    223         """Start, then callback the given func in a new thread.""" 
     223        """Start the given func in a new thread, then start self and block.""" 
    224224         
    225225        if args is None: 
     
    246246        except AttributeError: 
    247247            def drop_privileges(self): 
    248                 """Drop privileges. Not available.""" 
     248                """Drop privileges. Not implemented on this platform.""" 
    249249                raise NotImplementedError 
    250250        else: 

Hosted by WebFaction

Log in as guest/cpguest to create tickets