MCPcopy Create free account
hub / github.com/OpenMatch/UniVL-DR / __init__

Method __init__

CLIP-DPR/visual.py:14–18  ·  view source on GitHub ↗
(self, tsv_file, total_num)

Source from the content-addressed store, hash-verified

12
13class TSVFile(object):
14 def __init__(self, tsv_file, total_num):
15 self.tsv_file = tsv_file
16 self._fp = None
17 self.pid = None
18 self.total_num = total_num
19
20 def __del__(self):
21 if self._fp:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected