Package orm2 :: Package ui :: Package ORMMode
[hide private]
[frames] | no frames]

Package ORMMode

source code

Python product that fullfills a simmilar function as ExternalMethod except that will call any callable, mostly classes that inherit from the mode class below, instead of just Python functions. (Remember, calling a class will return an instance). The callable MUST have a **kw parameter for arbitrary key word arguments for this to work. Anyway, think of modes as External Methods which have overloadable parts.

Submodules [hide private]

Classes [hide private]
  mode
Baseclass for orm modes.

Functions [hide private]
  initialize(context)

Function Details [hide private]

initialize(context)

source code 
None