Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ ObjectWithFrame
Class
ObjectWithFrame
Lib/test/test_generators.py:742–744 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
740
yield
741
742
class
ObjectWithFrame():
743
def
__init__(self):
744
self.frame = None
745
746
def
get_frame(index):
747
if
index == 1:
Callers
1
get_frame
Method · 0.85
Calls
no outgoing calls
Tested by
1
get_frame
Method · 0.68