Package conduit :: Package datatypes
[hide private]

Package datatypes

source code

Exposes the DataTypes for public use

It is expected that DataProviders (written by the user, or included within Conduit) may require the use of DataTypes other than their own in their implementation. For example all email programs should share the same common mail datatype. For this reason DataTypes, not DataProviders are exported

Submodules [hide private]

Classes [hide private]
  Rid
Functions [hide private]
 
compare_mtimes_and_hashes(data1, data2)
Compares data based upon its mtime and hashes only
source code
Variables [hide private]
  COMPARISON_EQUAL = 0
  COMPARISON_NEWER = 1
  COMPARISON_OLDER = 2
  COMPARISON_UNKNOWN = 3
  log = logging.getLogger("datatypes.Rid")