create_frame
Copied from https://naleraphael.github.io/blog/posts/devlog_create_a_builtin_frame_object/
create_frame(code)
Creates a new frame object from a code object.
Source code in lineapy/exceptions/create_frame.py
24 25 26 27 28 29 30 31 32 33 34 35 36 |
|