Hacker News new | ask | show | jobs
by mguillech 4419 days ago
Please check out http://en.wikipedia.org/wiki/Late_binding to know more.
1 comments

I've always heard it used to refer to method dispatch, which that wikipedia article also seems to. However, it seems like the Python spec does use it to refer to when variable values are resolved.