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

20 lines
298 B
Markdown

---
icon: package
label: 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.