💾 Archived View for tris.fyi › pydoc › multiprocessing.util captured on 2023-01-29 at 04:15:23. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-01-08)
-=-=-=-=-=-=-
This module has no docstring.
Class which supports object finalization using weakrefs
cancel(self) Cancel finalization of the object
still_active(self) Return whether this finalizer is still waiting to invoke callback
close_all_fds_except(fds)
close_fds(*fds) Close each file descriptor given as an argument
debug(msg, *args)
get_logger() Returns logger used by multiprocessing
get_temp_dir()
info(msg, *args)
is_abstract_socket_namespace(address)
is_exiting() Returns true if the process is shutting down
log_to_stderr(level=None) Turn on logging and add a handler which prints to stderr
register_after_fork(obj, func)
spawnv_passfds(path, args, passfds)
sub_debug(msg, *args)
sub_warning(msg, *args)
DEBUG = 10
DEFAULT_LOGGING_FORMAT = '[%(levelname)s/%(processName)s] %(message)s'
INFO = 20
LOGGER_NAME = 'multiprocessing'
MAXFD = 1024
NOTSET = 0
SUBDEBUG = 5
SUBWARNING = 25
abstract_sockets_supported = True