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 recently come in handy writing jax code (https://github.com/jax-ml/jax) because it requires pure functions. Thought I'd share.
Comments URL: https://news.ycombinator.com/item?id=43390823
Points: 9
# Comments: 1
Creato
1mo
|
17 mar 2025, 17:50:23
Accedi per aggiungere un commento
Altri post in questo gruppo

Article URL: https://ieeexplore.ieee.org/document/1671509
Comments URL: ht

Article URL: https://github.com/matthewp/views-the-hard-way

Article URL: https://hypertext.tv/
Comments URL: https://news.ycombinator.com/item?id=43732805