Is just calling 'del <scheduler instance>' suficient to clean up a schedule.Scheduler() instance?
Open
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
Is just calling 'del ' suficient to clean up a schedule.Scheduler() instance?
If...
theScheduler=schedule.Scheduler()
Then, cleanup is?
del theScheduler
theScheduler=None
If the above is correct, theSchedule is now at zero references, and garbage collection available. right>
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.