The __enter__ method

__enter__(self)

Enter the runtime context related to this object. The with statement will bind this method’s return value to the target(s) specified in the as clause of the statement, if any.

 

A Django site. rendered by a django application. hosted by webfaction.