![]() |
Rosetta
2021.16
|

Public Member Functions | |
| def | __enter__ |
| def | __exit__ |
| def | __new__ |
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.
1.8.7