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.
We're back after a server migration that caused effbot.org to fall over a bit harder than expected. Expect some glitches.