Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/binary-husky/gpt_academic
/ write_list
Method
write_list
toolbox.py:75–77 ·
view source on GitHub ↗
(self, list)
Source
from the content-addressed store, hash-verified
73
self._cookies = cookie
74
75
def
write_list(self, list):
76
for
t in list:
77
self.append(t)
78
79
def
get_list(self):
80
return
[t
for
t in self]
Callers
1
decorated
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected