Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/DingXiaoH/RepVGG
/ is_zip_path
Function
is_zip_path
data/zipreader.py:11–13 ·
view source on GitHub ↗
judge if this is a zip path
(img_or_path)
Source
from the content-addressed store, hash-verified
9
10
11
def
is_zip_path(img_or_path):
12
""
"judge if this is a zip path"
""
13
return
'.zip@'
in img_or_path
14
15
16
class
ZipReader(object):
Callers
1
pil_loader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected