class documentation

class TempDir(object): (source)

Constructor: TempDir(basedir)

View In Hierarchy

Context manager that creates and destroys a temporary directory.

Parameters
basediran optional directory in which to create the new directory. The default is fiftyone.config.default_dataset_dir
Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable _basedir Undocumented
Instance Variable _name Undocumented
def __enter__(self): (source)

Undocumented

def __exit__(self, *args): (source)

Undocumented

def __init__(self, basedir=None): (source)

Undocumented

_basedir = (source)

Undocumented

Undocumented