Message303366
An option for deferred imports would be to leave a comment at the top where the import would otherwise be. Example:
# import types, weakref # Deferred to single_dispatch()
This accomplishes the PEP8 purpose of making all dependencies of the module visible at the top. |
|
| Date |
User |
Action |
Args |
| 2017-09-29 22:40:18 | terry.reedy | set | recipients:
+ terry.reedy, rhettinger, methane, serhiy.storchaka |
| 2017-09-29 22:40:18 | terry.reedy | set | messageid: <[email protected]> |
| 2017-09-29 22:40:18 | terry.reedy | link | issue31581 messages |
| 2017-09-29 22:40:18 | terry.reedy | create | |
|