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_explicit.py:33–36 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
31
self.files = files
32
33
def
write(self, obj):
34
for
f in self.files:
35
f.write(obj)
36
f.flush()
# If you want the output to be visible immediately
37
38
def
flush(self):
39
for
f in self.files:
Callers
nothing calls this directly
Calls
1
flush
Method · 0.45
Tested by
no test coverage detected