MCPcopy
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
11def is_zip_path(img_or_path):
12 """judge if this is a zip path"""
13 return '.zip@' in img_or_path
14
15
16class ZipReader(object):

Callers 1

pil_loaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected