MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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.50
test_bug1001011Method · 0.50
test_instantiateMethod · 0.50
test_unbound_methodsMethod · 0.50
test_type_genericMethod · 0.50
write_opsMethod · 0.50
test_constructorMethod · 0.50
test_default_initMethod · 0.50
test_unsigned_valuesMethod · 0.50
test_signed_valuesMethod · 0.50

Calls 3

print_excMethod · 0.80
PoolMethod · 0.45
_exitMethod · 0.45

Tested by 15

test_bug1001011Method · 0.40
test_instantiateMethod · 0.40
test_unbound_methodsMethod · 0.40
test_type_genericMethod · 0.40
write_opsMethod · 0.40
test_constructorMethod · 0.40
test_default_initMethod · 0.40
test_unsigned_valuesMethod · 0.40
test_signed_valuesMethod · 0.40
test_bool_valuesMethod · 0.40