Package Products :: Package ZenModel :: Module ZenPack
[hide private]
[frames] | no frames]

Module ZenPack

source code

Classes [hide private]
ZenPackException
ZenPackNotFoundException
ZenPackDuplicateNameException
ZenPackNeedMigrateException
ZenPackDependentsException
ZenPackDevelopmentModeExeption
Version
ZenPackMigration
Base class for defining migration methods
ZenPackDataSourceMigrateBase
Base class for ZenPack migrate steps that need to switch classes of datasources and reindex them.
ZenPack
The root of all ZenPacks: has no implementation, but sits here to be the target of the Relation
ZenPackBase
The root of all ZenPacks: has no implementation, but sits here to be the target of the Relation
Functions [hide private]
list of objects
eliminateDuplicates(objs)
Given a list of objects, return the sorted list of unique objects where uniqueness is based on the getPrimaryPath() results.
source code
Variables [hide private]
  __doc__ = """ZenP...
Function Details [hide private]

eliminateDuplicates(objs)

source code 

Given a list of objects, return the sorted list of unique objects where uniqueness is based on the getPrimaryPath() results.

Parameters:
  • objs (list of objects) - list of objects
Returns: list of objects
sorted list of objects

Variables Details [hide private]

__doc__

Value:
"""ZenPack
ZenPacks base definitions
"""