Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 254 Bytes

reload-builtin.md

File metadata and controls

7 lines (4 loc) · 254 Bytes

Pattern: reload() built-in

Issue: -

Description

Used when the reload() built-in function is referenced (missing from Python 3). You can use imp.reload() or importlib.reload() instead. This message can't be emitted when using Python >= 3.0.