tupledict.clean()


tupledict.clean()

clean( )

Discards internal data structure associated with atupledictobject. Note that calling this routine won't affect the contents of thetupledict. It only affects the memory used and the performance of later calls to选择.

Example usage:

d.clean()