2.6.3.3. pycsamt.emtf.converters.bundle#

Small explicit wrappers for EMTF <-> TFBundle interoperability.

Functions

bundle_to_emtf(bundle)

Return EMTF from the established TFBundle bridge.

emtf_to_bundle(document)

Return a backward-compatible TFBundle view of an EMTF document.

pycsamt.emtf.converters.bundle.bundle_to_emtf(bundle)[source]

Return EMTF from the established TFBundle bridge.

Parameters:

bundle (TFBundle)

Return type:

EMTF

pycsamt.emtf.converters.bundle.emtf_to_bundle(document)[source]

Return a backward-compatible TFBundle view of an EMTF document.

Parameters:

document (EMTF)

Return type:

TFBundle