sdk/python/Concurrency/PyMultiprocessing
Concurrency

PyMultiprocessing

Python stdlib module — multiprocessing. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.

Other Methods

.active_children()Neutral
#
Signature
active_children()

Return list of process objects corresponding to live child processes

.current_process()Neutral
#
Signature
current_process()

Return process object representing the current process

.parent_process()Neutral
#
Signature
parent_process()

Return process object representing the parent process

.AuthenticationError()Neutral
#
Signature
AuthenticationError(...)

AuthenticationError class.

.BufferTooShort()Neutral
#
Signature
BufferTooShort(...)

BufferTooShort class.

.Process()Neutral
#
Signature
Process(...)

Process class.

.ProcessError()Neutral
#
Signature
ProcessError(...)

ProcessError class.

.TimeoutError()Neutral
#
Signature
TimeoutError(...)

TimeoutError class.

Fully-Qualified Names

FQNField
multiprocessingfqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

rule.py
import multiprocessing