Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1import os
2import zipfile
3
4
5class ZIPFile(object):
6 def __init__(self, _filepath, label=None):
7
8 return