Ellipsis 의 정의[1]

The same as the ellipsis literal 《…》. Special value used mostly in conjunction with extended slicing syntax for user-defined container data types. Ellipsis is the sole instance of the types.EllipsisType type.

줄임표 리터럴 《…》과 동일합니다. 사용자 정의 컨테이너 데이터 유형에 대한 확장 슬라이싱 구문과 함께 주로 사용되는 특수 값입니다. Ellipsis는 types.EllipsisType 유형의 유일한 인스턴스입니다.

사용 법과 같지만 Ellipsis는 사용자 정의 컨테이너다차원 배열를 기존의 배열을 [:] 사용과 같이 슬라이싱 하는 용도이다.[2]


참고 문헌

1. Python Ellipsis, Python, ver 3.10.2,https://docs.python.org/ko/3/library/constants.html#Ellipsis

2. 파이썬 세 개의 점, ELLIPSIS 객체는 무엇인가요?, Jason, 2020.04.07 작성, 2022.02.14 방문, https://tech.madup.com/python-ellipsis/