[frames | no frames] [show private | hide private]

Module TaskEngine.Utils

Classes
SimpleClassRegistry  

Function Summary
  default_identifier(self, klass)
  default_importer(modulepath, thing)
  die()
  sort_by_attr(seq, attr)
credits: yakov markovitch, nick perkins from: python cookbook license: modified bsd
  unique(seq)
unique function for sequences.
  zope_clean_load_env(context)
hacks for zope instance home setups
  zope_setup_load_env(context)
hacks for zope instance home setups

Variable Summary
Interface Interface

Function Details

default_identifier

default_identifier(self, klass=None)

default_importer

default_importer(modulepath, thing)

die

die()

sort_by_attr

sort_by_attr(seq, attr)

credits: yakov markovitch, nick perkins from: python cookbook license: modified bsd

unique

unique(seq)

unique function for sequences. in the case of duplicates we keep the first element.

zope_clean_load_env

zope_clean_load_env(context)

hacks for zope instance home setups

zope_setup_load_env

zope_setup_load_env(context)

hacks for zope instance home setups

Variable Details

Interface

Type:
Interface
Value:
<Interface Interface._Interface.Interface at 820e8dc>                  

Generated by Epydoc 1.1 on Mon Oct 21 19:45:09 2002 http://epydoc.sf.net