MCPcopy 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
19def check_pass_thru():
20 raise PassThru
21 yield 1
22
23class CustomHash:
24 def __init__(self, hash):

Callers 9

test_uniquificationMethod · 0.85
test_unionMethod · 0.85
test_intersectionMethod · 0.85
test_differenceMethod · 0.85
test_updateMethod · 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…