Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Turing-Project/WriteGPT
/ add_child
Method
add_child
LanguageNetwork/BERT/train.py:94–96 ·
view source on GitHub ↗
error handler
(self, pid)
Source
from the content-addressed store, hash-verified
92
signal.signal(signal.SIGUSR1, self.signal_handler)
93
94
def
add_child(self, pid):
95
""
" error handler "
""
96
self.children_pids.append(pid)
97
98
def
error_listener(self):
99
""
" error listener "
""
Callers
1
multi_card_run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected