Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 63 for command (0.074 sec.)
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6741
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... t_format attribute has been removed from distutils.command.sdist.sdist and the formats attribute defaults to ... dapted. See bpo-27819 for more details. The upload command now longer tries to change CR end-of-line characte ... _vdelete() and trace_vinfo() that use obsolete Tcl commands and might not work in future versions of Tcl. (Co ... en ( __file__ ) f = func () f = None Output of the command python3.6 -Wd -X tracemalloc=5 example.py : exampl ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 6683
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nt call last): ... subprocess.CalledProcessError : Command 'exit 1' returned non-zero exit status 1 >>> subpr ... 状況で活躍します: >>> import shlex , subprocess >>> command_line = input () /bin/vikings -input eggs.txt -outp ... t" -cmd "echo '$MONEY'" >>> args = shlex . split ( command_line ) >>> print ( args ) ['/bin/vikings', '-input ... 呼び出し関数 ¶ このモジュールでは、以下のような 2.x commands モジュールからのレガシー関数も提供しています。これ ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 6640
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ectory >>> os . system ( 'mkdir today' ) # Run the command mkdir in the system shell 0 from os import * ではな ... , 30 , 70 ) unittest . main () # Calling from the command line invokes all tests 10.12. バッテリー同梱 ¶ Pyt ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 6640
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... arser = argparse . ArgumentParser ( description = 'Command-line example.' ) # Add optional switches parser . ... [ - o FILE ] [ - C NUM ] [ inputs [ inputs ... ]] Command - line example . positional arguments : inputs inp ... ' , '/bogus' ]) ... subprocess.CalledProcessError: Command '['df', '-h', '/bogus']' returned non-zero exit st ... _util = import_module ( '..file_util' , 'distutils.command' ) >>> file_util <module 'distutils.file_util' fro ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
5. ビルド済み配布物を作成する — Python 3.6.5 ドキュメント 6596
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... re, a packager uses the setup script and the bdist command family to generate built distributions. 単純な例と ... マンドも使えます。こうした bdist "サブコマンド (sub-command)" は、実際には類似のいくつかの形式を生成できます; ...
https://man.plustar.jp/python/distutils/builtdist.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 6596
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... す。 To temporarily set environment variables, open Command Prompt and use the set command: C:\> set PATH = C: ... 'py' is not recognized as an internal or external command, operable program or batch file. ユーザごとの Pyth ...
https://man.plustar.jp/python/using/windows.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6539
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... L キャンセル (Cancel) KEY_CLOSE Close [閉じる] KEY_COMMAND コマンド (Cmd) KEY_COPY Copy [コピー] KEY_CREATE 生 ... シフト付き Beg KEY_SCANCEL シフト付き Cancel KEY_SCOMMAND シフト付き Command KEY_SCOPY シフト付き Copy KEY_S ... られるかどうかは stripspaces 属性で決められます。 do_command ( ch ) ¶ 単一のコマンドキーストロークを処理します。 ...
https://man.plustar.jp/python/library/curses.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6539
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... heart of the catalog is the new Distutils register command. Running python setup.py register will collect the ... upply -Walways::PendingDeprecationWarning:: on the command line or use warnings.filterwarnings() . 文字列ベー ... ール ¶ The getopt module provides simple parsing of command-line arguments. The new optparse module (originall ... y named Optik) provides more elaborate command-line parsing that follows the Unix conventions, au ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
1. Distutilsの紹介 — Python 3.6.5 ドキュメント 6496
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... 。二人の作業の違いは、使っている Distutils コマンド (command) にあります: sdist コマンドは、ほぼ完全に開発者だけ ...
https://man.plustar.jp/python/distutils/introduction.html - [similar]
6. Python Package Index (PyPI) — Python 3.6.5 ドキュメント 6496
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... 6.2.4. .pypirc ファイル ¶ The register and upload commands both check for the existence of a .pypirc file at ... location $HOME/.pypirc . If this file exists, the command uses the username, password, and repository URL co ...
https://man.plustar.jp/python/distutils/packageindex.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT