tkp.utility
tkp.utility.memoize
tkp.utility.memoize.
Memoize
Decorator to cache the results of methods.
Examples in e.g. image.py:
@Memoize def _grids(self): return self.__grids() grids = property(fget=_grids, fdel=_grids.delete)
delete
Forget a memoized value
tkp.utility.fits – Some FITS routines
tkp.utility.fits
tkp.main – Top-level pipeline logic flow
tkp.main
Enter search terms or a module, class or function name.