load.data

emtellipro.load.data

LoadedFile from various sources.

Module Contents

Classes

NameDescription
LoadedFileAn input to the database client.

API

emtellipro.load.data.LoadedFile

class emtellipro.load.data.LoadedFile(docs: typing.Iterable[emtellipro.data.InputDocument])

Bases: object

An input to the database client.

This contains all the documents that were loaded from a file.

This is usually created using emtellipro.load.readfile.

Attributes:

  • docs: The documents in the file.
Initialization

Parameters:

  • docs: An iterable of input documents in the file.
LoadedFile.__len__
__len__()