Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ g1
Function
g1
Lib/test/test_monitoring.py:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
yield
36
37
def
g1():
38
for
_ in gen():
39
pass
40
41
TEST_TOOL = 2
42
TEST_TOOL2 = 3
Callers
15
test_delegation_of_initial_next_to_subgenerator
Method · 0.85
test_raising_exception_in_initial_next_call
Method · 0.85
test_delegation_of_next_call_to_subgenerator
Method · 0.85
test_raising_exception_in_delegated_next_call
Method · 0.85
test_delegation_of_send
Method · 0.85
run
Method · 0.85
test_delegating_close
Method · 0.85
test_handing_exception_while_delegating_close
Method · 0.85
test_delegating_throw
Method · 0.85
test_exception_value_crash
Method · 0.85
test_generator_return_value
Method · 0.85
test_attempted_yield_from_loop
Method · 0.85
Calls
1
gen
Function · 0.70
Tested by
no test coverage detected