tuplelist.clean()

clean ( )

Discards internal data structure associated with a tuplelist object. Note that calling this routine won't affect the contents of the tuplelist. It only affects the memory used and the performance of later calls to select.

Example usage:

  l.clean()