Rosetta
Public Member Functions | List of all members
ez_setup.ContextualZipFile Class Reference
Inheritance diagram for ez_setup.ContextualZipFile:
Inheritance graph
[legend]

Public Member Functions

def __enter__ (self)
 
def __exit__ (self, type, value, traceback)
 
def __new__ (cls, *args, **kwargs)
 

Detailed Description

Supplement ZipFile class to support context manager for Python 2.6.

Member Function Documentation

◆ __enter__()

def ez_setup.ContextualZipFile.__enter__ (   self)

◆ __exit__()

def ez_setup.ContextualZipFile.__exit__ (   self,
  type,
  value,
  traceback 
)

◆ __new__()

def ez_setup.ContextualZipFile.__new__ (   cls,
args,
**  kwargs 
)
Construct a ZipFile or ContextualZipFile as appropriate.

The documentation for this class was generated from the following file: