Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XLearning-SCU/2022-CVPR-DART
/ __del__
Method
__del__
utils.py:140–141 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
138
self.file = open(fpath,
'w'
)
139
140
def
__del__(self):
141
self.close()
142
143
def
__enter__(self):
144
pass
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected