Final Type
변수에 대해 한번 값이 정해지고, 이후 값이 변경되지 않는 상수임을 나타낼 때, Final 을 사용할 수 있다.
from typing_extensions import Final
BATCH_SIZE: Final = 128
Duck typing 과 Nominative typing, Structure typing (0) | 2022.05.25 |
---|---|
Type Annotation (9) - Generic Type (0) | 2022.05.25 |
Type Annotation (7) - Type alias (0) | 2022.05.23 |
Type Annotation (6) - Class (0) | 2022.05.23 |
Type Annotation (5) - Optional (0) | 2022.05.22 |
댓글 영역