# 일반 유틸리티 (General Utilities) [[general-utilities]]

이 페이지는 `utils.py` 파일에 있는 Transformers의 일반 유틸리티 함수들을 나열합니다.

이 함수들 대부분은 라이브러리의 일반적인 코드를 연구할 때만 유용합니다.

## Enums 및 namedtuples [[transformers.utils.ExplicitEnum]][[transformers.utils.ExplicitEnum]]

Enum with more explicit error message for missing values.

Possible values for the `padding` argument in [PreTrainedTokenizerBase.__call__()](/docs/transformers/v5.13.0/ko/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__). Useful for tab-completion in an
IDE.

Possible values for the `return_tensors` argument in [PreTrainedTokenizerBase.__call__()](/docs/transformers/v5.13.0/ko/internal/tokenization_utils#transformers.PreTrainedTokenizerBase.__call__). Useful for
tab-completion in an IDE.

## 특수 데코레이터 (Special Decorators) [[transformers.add_start_docstrings]][[transformers.add_start_docstrings]]

## 기타 유틸리티 [[transformers.utils._LazyModule]][[transformers.utils._LazyModule]]

Module class that surfaces all objects but only performs associated imports when the objects are requested.

