Package lemon :: Package external :: Package Cheetah :: Package Tools :: Module RecursiveNull :: Class RecursiveNull
[show private | hide private]
[frames | no frames]

Class RecursiveNull


Nothing, but in a friendly way.  Good for filling in for objects you want to
hide.  If $form.f1 is a RecursiveNull object, then
$form.f1.anything["you"].might("use") will resolve to the empty string.

This module was contributed by Ian Bicking.

Method Summary
  __call__(self, *vars, **kw)
  __getattr__(self, attr)
  __getitem__(self, item)
  __nonzero__(self)
  __repr__(self)
  __str__(self)

Generated by Epydoc 2.0 on Mon Nov 10 15:08:30 2003 http://epydoc.sf.net