tupledict.clean()

clean ( )

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

Example usage:

  d.clean()