Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 44 for option (0.011 sec.)
3. Windows で Python を使う — Python 3.6.5 ドキュメント 7668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... ーザごとインストールに限った場合のお勧めです。) The options listed above can also be provided in a file named ... side the executable. This file specifies a list of options and values. When a value is provided as an attrib ... s left as strings. This example file sets the same options and the previous example: <Options> <Option Name= ... "InstallAllUsers" Value= "no" /> <Option Name= "Include_launcher" Value= "0" /> <Option Nam ...
https://man.plustar.jp/python/using/windows.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7607
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ernal PyPI package . compileall ¶ A new compileall option, -j N , allows running N workers simultaneously to ... ibuted by Claudiu Popa in bpo-16104 .) Another new option, -r , allows controlling the maximum recursion lev ... y Claudiu Popa in bpo-19628 .) The -q command line option can now be specified more than once, in which case ... f workers in the ThreadPoolExecutor constructor is optional now. The default value is 5 times the number of ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7561
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... iles in AIFF or AIFC format. argparse Command-line option and argument parsing library. array Space efficien ... collector. getopt Portable parser for command line options; support both short and long option names. getpas ... standard operators. optparse 非推奨: Command-line option parsing library. os Miscellaneous operating system ...
https://man.plustar.jp/python/py-modindex.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 7438
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... GCC 6.2.0 20161005] バージョン 3.6 で追加: The -VV option. 1.1.3. その他のオプション ¶ -b ¶ bytes または byt ... with COUNT_ALLOCS defined. 任意の値を渡し、 sys._xoptions 辞書から取り出すことも出来ます。 バージョン 3.2 で ... 変更: The -X option was added. バージョン 3.3 で追加: -X faulthandler ... ョン。 バージョン 3.6 で追加: The -X showalloccount option. 1.1.4. 使うべきでないオプション ¶ -J ¶ Jython のた ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
25.3. tkinter.tix --- Tkの拡張ウィジェット — Python 3.6.5 ドキュメント 7392
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 合を表示するために使用できます。 class tkinter.tix. OptionMenu ¶ OptionMenu はオプションのメニューボタンを作成 ... ションのどれでも構いません。 tixCommand. tix_cget ( option ) ¶ option によって与えられた設定オプションの現在の ... するためにそれを使うことができます。 tixCommand. tix_option_get ( name ) ¶ Tixのスキーム・メカニズムによって保 ... されているオプションを得ます。 tixCommand. tix_resetoptions ( newScheme , newFontSet [ , newScmPrio ] ) ¶ Tix ...
https://man.plustar.jp/python/library/tkinter.tix.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7392
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... . add_argument ( '-u' , '--user' , # -u or --user option required = True , # make it a required argument he ... on on each target HOSTNAME url for target machines optional arguments: -h, --help show this help message and ... move) $ ./helm.py launch --help # help for launch options $ ./helm.py launch --missiles # set missiles=True ... .) The interpreter can now be started with a quiet option, -q , to prevent the copyright and version informa ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
6. Python Package Index (PyPI) — Python 3.6.5 ドキュメント 7330
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... 合はこの方法を利用できます。 You can use the --sign option to tell upload to sign each uploaded file using GP ... h key to use for signing using the --identity=name option. upload コマンドの追加のオプションについては 追加の ...
https://man.plustar.jp/python/distutils/packageindex.html - [similar]
21.19. telnetlib --- Telnet クライアント — Python 3.6.5 ドキュメント 7330
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... で、I/O のタイミングに依存するでしょう。 Telnet. set_option_negotiation_callback ( callback ) ¶ telnet オプショ ... llback(telnet socket, command (DO/DONT/WILL/WONT), option) で呼び出されます。その後 telnet オプションに対して ...
https://man.plustar.jp/python/library/telnetlib.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 7269
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... フラグ名を登録する方法もあります: doctest. register_optionflag ( name ) ¶ 名前 name の新たなオプションフラグを ... 成し、作成されたフラグの整数値を返します。 register_optionflag() は OutputChecker や DocTestRunner をサブクラ ... たオプションをサポートさせる際に使います。 register_optionflag() は以下のような定形文で呼び出さなければなりま ... せん: MY_FLAG = register_optionflag ( 'MY_FLAG' ) 26.3.3.6. ディレクティブ (Direct ...
https://man.plustar.jp/python/library/doctest.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 7269
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... , and can perform different actions for different options. OptionParser インスタンスを作ることから始め、プロ ... して教えてやります: import sys from optparse import OptionParser op = OptionParser () op . add_option ( '-i' ... = 'input' , help = 'set input filename' ) op . add_option ( '-l' , '--length' , action = 'store' , type = 'i ... 解析は parse_args() メソッドを呼び出すことで行います options , args = op . parse_args ( sys . argv [ 1 :]) pri ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
PREV 1 2 3 4 5 NEXT