Module: mp.tasks.vision.drawing_styles.face_landmarker.mediapipe_c_utils.atexit

allow programmer to define multiple exit functions to be executedupon normal program termination.

Two public functions, register and unregister, are defined.

Functions

register(...): register(func, *args, **kwargs) -> func

unregister(...): unregister(func) -> None