Home | Trees | Indices | Help |
---|
|
|
|||
SmallParser Class providing general methods for a modest class of chart parsers. |
|
|||
|
|||
|
|
|||
hdr =
|
|||
pre_filler =
|
|||
post_filler =
|
|||
end =
|
|
Returns cross-product of the lists in ListList: >>> cross_multiply([['a','b','c'],[1,2],['x','y','z']]) [['a', 1, 'x'], ['b', 1, 'x'], ['c', 1, 'x'], ['a', 2, 'x'], ['b', 2, 'x'], ['c', 2, 'x'], ['a', 1, 'y'], ['b', 1, 'y'], ['c', 1, 'y'], ['a', 2, 'y'], ['b', 2, 'y'], ['c', 2, 'y'], ['a', 1, 'z'], ['b', 1, 'z'], ['c', 1, 'z'], ['a', 2, 'z'], ['b', 2, 'z'], ['c', 2, 'z']] |
|
hdr
|
pre_filler
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon May 11 10:49:19 2009 | http://epydoc.sourceforge.net |