Y
Hacker News
new
|
ask
|
show
|
jobs
by
qihqi
3643 days ago
The exact issue is that it cannot. The reason is variables can change on the runtime, and often dependant on input. Say I can have : if blah: os.path.join = lambda ...
and then the pre-looked-up version of method are now wrong.