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.
| 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
|
mean(lis)
Always returns a floating-point number.
-
|
numericTypes
-
- Type:
-
tuple
- Value:
(<type 'int'>, <type 'long'>, <type 'float'>)
|
|