The file_value.py module#

Summary#

AsyncLocalFileContentContext

Represents the context during which a locally available copy of file value content

LocalFileContentContext

Represents the context during which a locally available copy of file value content

AlreadyLocalFileContentContext

Provides a default local file context for when the file is already hosted locally.

FileValue

Provides an abstract base class for FileValue implementations.

LocalFileValue

Base class for file values where the file contents already exist on the local disk.

EmptyFileValue

Represents an empty file value.

Description#

Defines the FileValue class.

Module detail#

file_value.T#
file_value.RESOURCE_PARSER#
file_value.EMPTY_FILE#