Appearance
(mod)
Python module (file) node
:at
Find eager module-level file reads.
(:at (mod) (call open))
Selects in lines { 1 } but not in { 4 }:
config = open("config.json") def load(): return open("config.json")