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

Module lemon.external.Cheetah.Tools.MondoReport

MondoReport.py -- Batching module for Python and Cheetah.

Version 2001-Nov-18.  Doesn't do much practical yet, but the companion
testMondoReport.py passes all its tests.
-Mike Orr (Iron)

TODO: BatchRecord.prev/next/prev_batches/next_batches/query, prev.query,
next.query.

How about Report: .page(), .all(), .summary()?  Or PageBreaker.

Classes
IndexFormats Eight ways to display a subscript index.
MondoReport  
PrevNextPage  
RecordStats The statistics that depend on the current record.
Summary The summary statistics, that don't depend on the current record.
ValuesGetterMixin  

Exceptions
NegativeError  

Function Summary
  isNonNegative(v)
  isNotNone(v)
  isNumeric(v)
  mean(lis)
Always returns a floating-point number.
  median(lis)
  Roman(n)
  standardDeviation(lis)
  standardDeviation_n(lis)
  sum(lis)
  variance(lis)
  variance_n(lis)

Variable Summary
bool False = False
tuple numericTypes = (<type 'int'>, <type 'long'>, <type 'floa...
bool True = True

Function Details

mean(lis)

Always returns a floating-point number.

Variable Details

False

Type:
bool
Value:
False                                                                  

numericTypes

Type:
tuple
Value:
(<type 'int'>, <type 'long'>, <type 'float'>)                          

True

Type:
bool
Value:
True                                                                   

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