3.1.2.1. c3po.exchangeMethods.DirectMatching module

Inheritance diagram of c3po.exchangeMethods.DirectMatching

Contain the class DirectMatching.

class c3po.exchangeMethods.DirectMatching.DirectMatching

Bases: ExchangeMethod

DirectMatching is the most simple ExchangeMethod: it does nothing else than output = input.

See c3po.Exchanger.Exchanger.__init__().

__call__(fieldsToGet, fieldsToSet, valuesToGet)

Return the input MED fields and scalars as outputs, in the same order.

clean()

See ExchangeMethod.clean().

getPatterns()

See ExchangeMethod.getPatterns().