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

Module ZenPack

source code

ZenPacks base definitions

Classes [hide private]
  ZenPackMigration
  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]
 
eliminateDuplicates(objs) source code
 
zenPackPath(*parts) source code
Variables [hide private]
  __doc__ = "ZenPacks base definitions"
  CONFIG_FILE = 'about.txt'
  CONFIG_SECTION_ABOUT = 'about'
  RELMETATYPES = ('ToOneRelationship', 'ToManyContRelationship',...
  log = logging.getLogger('zen.ZPLoader')
Variables Details [hide private]

RELMETATYPES

Value:
('ToOneRelationship', 'ToManyContRelationship', 'ToManyRelationship')