Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 44 for option (0.031 sec.)
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 16459
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... り宣言的なスタイルのコマンドライン解析手法、すなわち OptionParser のインスタンスを作成してオプションを追加して ... スクリプトの例を以下に示します: from optparse import OptionParser ... parser = OptionParser () parser . add_op ... report to FILE" , metavar = "FILE" ) parser . add_option ( "-q" , "--quiet" , action = "store_false" , dest ... help = "don't print status messages to stdout" ) ( options , args ) = parser . parse_args () このようにわずか ...
https://man.plustar.jp/python/library/optparse.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 11280
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れた補間は、他のセクション中の値を示すのに ${section:option} と書けます。補間は複数のレベルに及べます、利便性の ... 、マップ型インタフェースの実装は parser['section']['option'] 表記を使います。 とくに、 parser['section'] はパ ... 小文字の区別なくアクセスできます [1] 。例えば、 for option in parser["section"] は optionxform されたオプショ ... がこれを返すことはありません。 parser.get(section, option, **kwargs) - 第二引数は代替値では ありません 。ただ ...
https://man.plustar.jp/python/library/configparser.html - [similar]
3. setup 設定ファイル (setup configuration file) を書く — Python 3.6.5 ドキュメ... 8667
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... tax of the configuration file is simple: [command] option = value ... ここで、 command は Distutils コマンド ... のうちの一つ (例えば build_py , install ) で、 option はそのコマンドでサポートされているオプションのうち ... わたって記述できます。 You can find out the list of options supported by a particular command with the univer ... sal --help option, e.g. $ python setup.py --help build_ext [...] Opt ...
https://man.plustar.jp/python/distutils/configfile.html - [similar]
25.2. tkinter.ttk --- Tk のテーマ付きウィジェット — Python 3.6.5 ドキュメント 8560
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... う表示するかを指定します。指定する値については Label Options を参照してください。 underline テキスト中の下線を ... します。 利用可能なオプションのリストについては Tab Options を参照してください。 forget ( tab_id ) ¶ tab_id で ... せます。 利用可能なオプションのリストについては Tab Options を参照してください。 select ( tab_id=None ) ¶ 指定 ... るペインのウィジェット名を返します。 tab ( tab_id , option=None , **kw ) ¶ 指定された tab_id のオプションを問 ...
https://man.plustar.jp/python/library/tkinter.ttk.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 8437
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tional arguments: N an integer for the accumulator optional arguments: -h, --help show this help message and ... ram.py --help usage: myprogram.py [-h] [--foo FOO] optional arguments: -h, --help show this help message and ... ram.py --help usage: myprogram.py [-h] [--foo FOO] optional arguments: -h, --help show this help message and ... ) >>> parser . print_help () usage: myprogram [-h] optional arguments: -h, --help show this help message and ...
https://man.plustar.jp/python/library/argparse.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 8391
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a reST document could also be refactored with this option. The -v option enables output of more information ... print statements converted. The -o or --output-dir option allows specification of an alternate directory for ... g the input files. バージョン 3.2.3 で追加: The -o option was added. The -W or --write-unchanged-files flag ... th translation from one directory to another. This option implies the -w flag as it would not make sense oth ...
https://man.plustar.jp/python/library/2to3.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 8283
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... script_args setup スクリプトの引数 文字列のリスト options セットアップスクリプトのデフォルト引数 辞書 licen ... 。指定しなければソースの拡張子で検出される。 文字列 optional 拡張で起きたビルド失敗によってビルドプロセスを中 ... 下の関数を提供します。 distutils.ccompiler. gen_lib_options ( compiler , library_dirs , runtime_library_dirs ... す)を返します。 distutils.ccompiler. gen_preprocess_options ( macros , include_dirs ) ¶ Cプリプロセッサオプシ ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
8. Distutilsの拡張 — Python 3.6.5 ドキュメント 8160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... 価値があります。 Beginning with Python 2.4, a third option is available, intended to allow new commands to be ... tils commands can be used for. A new configuration option, command_packages (command-line option --command-p ... modules implementing commands. Like all distutils options, this can be specified on the command line or in ... a configuration file. This option can only be set in the [global] section of a confi ...
https://man.plustar.jp/python/distutils/extending.html - [similar]
16.5. getopt --- C 言語スタイルのコマンドラインオプションパーサ — Python 3.6.5 ... 7991
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れます。 返り値は2つの要素から成っています: 最初は (option, value) のタプルのリスト、2つ目はオプションリストを ... 、長形式の時はハイフン2つで始まる文字列 (例: '--long-option' ) となり、引数が2番目の要素になります。引数をとら ... d exit: print ( err ) # will print something like "option -a not recognized" usage () sys . exit ( 2 ) outpu ... ut" ): output = a else : assert False , "unhandled option" # ... if __name__ == "__main__" : main () argpars ...
https://man.plustar.jp/python/library/getopt.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 7945
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... upport a write method that accepts binary data. If optional mangle_from_ is True , put a > character in fron ... BytesGenerator instance was created. If the policy option cte_type is 8bit (the default), copy any headers i ... f this BytesGenerator instance with the exact same option settings, and fp as the new outfp . write ( s ) ¶ ... upport a write method that accepts string data. If optional mangle_from_ is True , put a > character in fron ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
PREV 1 2 3 4 5 NEXT