8 ms·
Rather the dict is bound during "compile" time, and not at each individual invocation (which would be much better, IMO). And during each invocation, it doesn't
by chrisdotcode 13y ago
Rather the dict is bound during "compile" time, and not at each individual invocation (which would be much better, IMO). And during each invocation, it doesn't get re-bound.
- baq 13y agoit can't be, that wouldn't make sense. "def" is no different than "for" or "if".