Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ check_pass_thru
Function
check_pass_thru
Lib/test/test_set.py:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
pass
18
19
def
check_pass_thru():
20
raise
PassThru
21
yield
1
22
23
class
CustomHash:
24
def
__init__(self, hash):
Callers
9
test_uniquification
Method · 0.85
test_union
Method · 0.85
test_intersection
Method · 0.85
test_difference
Method · 0.85
test_symmetric_difference
Method · 0.85
test_update
Method · 0.85
test_intersection_update
Method · 0.85
test_difference_update
Method · 0.85
test_symmetric_difference_update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…