fiftyone.core.threed.validators#
Simple validator utilities
Functions:
|
|
|
|
|
|
|
|
|
Classes:
- fiftyone.core.threed.validators.validate_choice(v: Any, options: frozenset, nullable: bool = False)#
- fiftyone.core.threed.validators.validate_list(v: Any, length: int | None = None, nullable: bool = False) list#
- class fiftyone.core.threed.validators.BaseValidatedDataClass#
Bases:
object