Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SwinTransformer/Transformer-SSL
/ __init__
Method
__init__
data/zipreader.py:27–28 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
25
zip_bank = dict()
26
27
def
__init__(self):
28
super(ZipReader, self).__init__()
29
30
@staticmethod
31
def
get_zipfile(path):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected