closures1 [Python] 데코레이터와 클로저 References Fluent Python Contents Decorators Basic Registration Decorators Variable Scope Rules Closures nonlocal Decorators in the Standard Library : cache, lru_cache, singledispatch Parameterized Decorators 함수 데코레이터(function decorator)는 소스 코드에 있는 함수를 '표시(mark)'해서 함수의 동작을 개선할 수 있게 해줍니다. 강력한 기능이지만, 이를 제대로 사용하기 위해서는 먼저 클로저(closure)에 대해서 알아야 합니다. 파이썬 3.0에서 추가된 nonlocal은 예약된 키워드 중 하나입니다. 클래스 중심의 엄격.. 2022. 3. 18. 이전 1 다음