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

Changeset 1643

Show
Ignore:
Timestamp:
03/19/07 02:26:03
Author:
fumanchu
Message:

Docstrings.

Files:

Legend:

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

    r1636 r1643  
    389389    HTTPError, which are more properly called 'exceptions', not errors).""" 
    390390     
     391    closed = False 
     392    closed__doc = """ 
     393    True once the close method has been called, False otherwise.""" 
     394     
    391395    namespaces = _cpconfig.NamespaceSet( 
    392396        **{"hooks": hooks_namespace, 
     
    419423     
    420424    def close(self): 
    421         """Run cleanup code and remove self from globals. (Core)""" 
     425        """Run cleanup code. (Core)""" 
    422426        if not self.closed: 
    423427            self.closed = True 

Hosted by WebFaction

Log in as guest/cpguest to create tickets