Message 391172 - Python tracker
Message391172
| Author | methane |
|---|---|
| Recipients | JelleZijlstra, barry, eric.smith, gvanrossum, kj, larry, methane, xtreak |
| Date | 2021-04-16.08:45:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1618562710.03.0.702500196808.issue43817@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Should this feature implemented in typing module? How about inspect module? Additionally, how about adding `get_annotation_str()`, which returns str always? Some use cases (e.g. `help(f)`) need just string. I want to skip eval() in it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-16 08:45:10 | methane | set | recipients: + methane, gvanrossum, barry, larry, eric.smith, JelleZijlstra, xtreak, kj |
| 2021-04-16 08:45:10 | methane | set | messageid: <1618562710.03.0.702500196808.issue43817@roundup.psfhosted.org> |
| 2021-04-16 08:45:10 | methane | link | issue43817 messages |
| 2021-04-16 08:45:09 | methane | create | |