Rosetta
|
Public Member Functions | |
def | __enter__ (self) |
def | __exit__ (self, type, value, traceback) |
def | __new__ (cls, *args, **kwargs) |
Supplement ZipFile class to support context manager for Python 2.6.
def ez_setup.ContextualZipFile.__enter__ | ( | self | ) |
def ez_setup.ContextualZipFile.__exit__ | ( | self, | |
type, | |||
value, | |||
traceback | |||
) |
def ez_setup.ContextualZipFile.__new__ | ( | cls, | |
* | args, | ||
** | kwargs | ||
) |
Construct a ZipFile or ContextualZipFile as appropriate.