Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stas00/ml-engineering
/ expand_frame
Method
expand_frame
debug/underflow_overflow.py:171–172 ·
view source on GitHub ↗
(self, line)
Source
from the content-addressed store, hash-verified
169
self.frame = []
# start a new frame
170
171
def
expand_frame(self, line):
172
self.frame.append(line)
173
174
def
trace_frames(self):
175
print(
"\n"
.join(self.frames))
Callers
5
save_frame
Method · 0.95
analyse_variable
Method · 0.95
batch_start_frame
Method · 0.95
batch_end_frame
Method · 0.95
create_frame
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected