| Trees | Indices | Help |
|
|---|
|
|
Represents a conduit (The joining of one source to one or more sinks)
Copyright: John Stowers, 2006 License: GPLv2
|
|||
|
Conduit Model of a Conduit, which is a one-to-many bridge of DataSources to DataSinks. |
|||
|
|||
log = logging.getLogger("Conduit")
|
|||
CONFLICT_POLICY_NAMES = "conflict", "deleted"
|
|||
CONFLICT_POLICY_VALUES = "ask", "skip", "replace"
|
|||
CONFLICT_POLICY_VALUE_ICONS = {"conflict_ask": "conduit-confli
|
|||
|
|||
CONFLICT_POLICY_VALUE_ICONS
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat Aug 2 22:18:10 2008 | http://epydoc.sourceforge.net |