Message358908
| Author | twister68@gmail.com |
|---|---|
| Recipients | twister68@gmail.com |
| Date | 2019-12-27.18:15:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1577470559.68.0.805755696987.issue39141@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Trying to set up shortcut function to clear screen but its not working as expected on my Mac OS Catalina -- below is txt from idle
import os
>>> cls= lambda: os.system('clear')
>>> cls()
256 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-12-27 18:15:59 | twister68@gmail.com | set | recipients: + twister68@gmail.com |
| 2019-12-27 18:15:59 | twister68@gmail.com | set | messageid: <1577470559.68.0.805755696987.issue39141@roundup.psfhosted.org> |
| 2019-12-27 18:15:59 | twister68@gmail.com | link | issue39141 messages |
| 2019-12-27 18:15:59 | twister68@gmail.com | create | |