대체된 모듈¶
이 장에서 설명하는 모듈은 폐지되었으며 하위 호환성을 위해서만 유지됩니다. 다른 모듈에 의해 대체되었습니다.
optparse
— Parser for command line options- Background
- Tutorial
- Reference Guide
- Option Callbacks
- Defining a callback option
- How callbacks are called
- Raising errors in a callback
- Callback example 1: trivial callback
- Callback example 2: check option order
- Callback example 3: check option order (generalized)
- Callback example 4: check arbitrary condition
- Callback example 5: fixed arguments
- Callback example 6: variable arguments
- Extending
optparse
imp
— Access the import internals