wijjit.core.reconciler.DiffType

class wijjit.core.reconciler.DiffType(*values)[source]

Types of differences detected during reconciliation.

__init__(*args, **kwds)

Attributes

NONE

CREATE

DELETE

UPDATE

REPLACE

NONE = 1
CREATE = 2
DELETE = 3
UPDATE = 4
REPLACE = 5