💾 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

View Raw

More Information

⬅️ Previous capture (2022-01-08)

-=-=-=-=-=-=-

Back to module index

Go to module by name

multiprocessing

multiprocessing.util

This module has no docstring.

Classes

Finalize


    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
        

ForkAwareLocal

ForkAwareThreadLock

Functions

close_all_fds_except

close_all_fds_except(fds)

close_fds

close_fds(*fds)

  Close each file descriptor given as an argument

debug

debug(msg, *args)

get_logger

get_logger()


      Returns logger used by multiprocessing
    

get_temp_dir

get_temp_dir()

info

info(msg, *args)

is_abstract_socket_namespace

is_abstract_socket_namespace(address)

is_exiting

is_exiting()


      Returns true if the process is shutting down
    

log_to_stderr

log_to_stderr(level=None)


      Turn on logging and add a handler which prints to stderr
    

register_after_fork

register_after_fork(obj, func)

spawnv_passfds

spawnv_passfds(path, args, passfds)

sub_debug

sub_debug(msg, *args)

sub_warning

sub_warning(msg, *args)

Other members

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

Modules

atexit

itertools

os

process

sys

threading

weakref