Util Internal

Helper functions for dealing with internal data types

exception dffml.util.internal.CannotConvertToRecord[source]

Raised when a list is provided to convert to records but the model doesn’t exist.

dffml.util.internal.records_to_sources(*args)[source]

Create a memory source out of any records passed as a variable length list. Add all sources found in the variable length list to a list of sources, and the created source containing records, and return that list of sources.