2024-12-31 12:54:43 +08:00

298 B

icon label
package gc

gc.collect()

Invoke the garbage collector.

gc.enable()

Enable automatic garbage collection.

gc.disable()

Disable automatic garbage collection.

gc.isenabled()

Return True if automatic garbage collection is enabled, False otherwise.