Package dak :: Package daklib :: Module extensions
[show private | hide private]
[frames | no frames]

Module dak.daklib.extensions

Function Summary
  init(name, module, userext)
  replace_dak_function(module, name)
Decorator to make a function replace a standard dak function in a given module.

Variable Summary
dict dak_functions_to_replace = {}
dict dak_replaced_functions = {}

Function Details

replace_dak_function(module, name)

Decorator to make a function replace a standard dak function in a given module. The replaced function will be provided as the first argument.

Variable Details

dak_functions_to_replace

Type:
dict
Value:
{}                                                                     

dak_replaced_functions

Type:
dict
Value:
{}                                                                     

Generated by Epydoc 2.1 on Sat Jan 24 18:08:17 2009 http://epydoc.sf.net