MCPcopy Index your code
hub / github.com/python/cpython / t

Function t

Lib/test/test_importlib/partial/pool_in_threads.py:7–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6
7def t():
8 try:
9 with multiprocessing.Pool(1):
10 pass
11 except Exception:
12 traceback.print_exc()
13 os._exit(1)
14
15
16def main():

Callers 15

__setitem__Method · 0.85
rFunction · 0.85
dFunction · 0.85
pFunction · 0.85
gFunction · 0.85
FFunction · 0.85
IFunction · 0.85
ptFunction · 0.85
NtFunction · 0.85
ktFunction · 0.85
d3.min.jsFile · 0.85
nFunction · 0.85

Calls 3

print_excMethod · 0.80
PoolMethod · 0.45
_exitMethod · 0.45

Tested by 15

test_bug1001011Method · 0.68
test_mixed_cmpMethod · 0.68
test_instantiateMethod · 0.68
test_unbound_methodsMethod · 0.68
test_type_genericMethod · 0.68
test_mixed_orMethod · 0.68
test_mixed_iorMethod · 0.68
test_mixed_addMethod · 0.68
test_mixed_iaddMethod · 0.68
test_constructorMethod · 0.68