tillahoffmann

↗ HN profile [ 16.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…