module documentation

FiftyOne operator decorators.

Copyright 2017-2025, Voxel51, Inc.

Function coroutine_timeout Undocumented
Function dir_state Undocumented
Function plugins_cache Decorator that returns cached function results as long as no plugins have been modified since last time.
Function raise_timeout_error Undocumented
Function timeout Undocumented
Variable cache Undocumented
Variable dir_cache Undocumented
def coroutine_timeout(seconds): (source)

Undocumented

def dir_state(dirpath): (source)

Undocumented

def plugins_cache(func): (source)

Decorator that returns cached function results as long as no plugins have been modified since last time.

def raise_timeout_error(seconds): (source)

Undocumented

@contextmanager
def timeout(seconds: int): (source)

Undocumented

Undocumented

dir_cache: dict = (source)

Undocumented