Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cfiltnlp/MUStARD_Plus_Plus
/ write
Method
write
MPP_Code/training/execute_classification_implicit.py:42–45 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
40
self.files = files
41
42
def
write(self, obj):
43
for
f in self.files:
44
f.write(obj)
45
f.flush()
# If we want the output to be visible immediately
46
47
def
flush(self):
48
for
f in self.files:
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected