module documentation

Base classes for objects that are backed by database documents.

Copyright 2017-2025, Voxel51, Inc.

Class Document Abstract base class for objects that are associated with fiftyone.core.dataset.Dataset instances and are backed by documents in database collections.
Class DocumentView A view into a Document in a dataset.
Class _Document No class docstring; 6/6 properties, 0/2 instance variable, 13/29 methods documented
Function _merge_labels Undocumented
Function _merge_lists Undocumented
def _merge_labels(dst, src, overwrite=True): (source)

Undocumented

def _merge_lists(dst, src, overwrite=True): (source)

Undocumented