tillahoffmann
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Localscope–Limit scope of Python functions for reproducible execution (localscope.readthedocs.io)
localscope is a small Python package that disassembles functions to check if they access global variables they shouldn't. I wrote this a few years ago to detect scope bugs which are common in Jupyter notebooks. It's…