Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 63 for command (0.049 sec.)
30.2. codeop --- Pythonコードをコンパイルする — Python 3.6.5 ドキュメント 6885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 法を提供します。 前者は実行するには: codeop. compile_command ( source , filename="<input>" , symbol="single" ) ... 'コンパイルするという違いがあります。 class codeop. CommandCompiler ¶ このクラスのインスタンスは compile_comma ...
https://man.plustar.jp/python/library/codeop.html - [similar]
27.4. Python プロファイラ — Python 3.6.5 ドキュメント 6885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... モジュールは以下の関数を提供します: profile. run ( command , filename=None , sort=-1 ) ¶ この関数は exec() 関 ... 。全ての場合でこのルーチンは以下を実行します: exec ( command , __main__ . __dict__ , __main__ . __dict__ ) そし ... のように並び替えるかを制御します。 profile. runctx ( command , globals , locals , filename=None , sort=-1 ) ¶ こ ... 数は run() に似ていますが、 globals、 locals 辞書を command のために与えるための追加引数を取ります。このルーチ ...
https://man.plustar.jp/python/library/profile.html - [similar]
索引 — Python 3.6.5 ドキュメント 6841
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... -b, --buffer unittest コマンドラインオプション -c <command> コマンドラインオプション -c <tarfile> <source1> . ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 6841
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... an be converted to Python 3.x code via 2to3 on the command line: $ 2to3 example.py A diff against the origina ... xers: $ 2to3 -f imports -f has_key example.py This command runs every fixer except the apply fixer: $ 2to3 -x ... ey aren't run by default and must be listed on the command line to be run. Here, in addition to the default f ...
https://man.plustar.jp/python/library/2to3.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 6841
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... indows と Unix の場合は Control キー、Mac OSX では Command キーを示します。 Backspace は左側を削除し、 Del は ... ん。 25.5.3.1. コマンドラインの使い方 ¶ idle.py [-c command] [-d] [-e] [-h] [-i] [-r file] [-s] [-t title] [-] ... [arg] ... -c command run command in the shell window -d enable debugger ... the problem is fixed, one can run Idle with the -n command line switch. IDLE を -n コマンドラインスイッチを使 ...
https://man.plustar.jp/python/library/idle.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6841
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... Contributed by Claudiu Popa in bpo-19628 .) The -q command line option can now be specified more than once, i ... -17445 .) distutils ¶ Both the build and build_ext commands now accept a -j option to enable parallel buildin ... by Leon Weber in bpo-20480 .) json ¶ The json.tool command line interface now preserves the order of keys in ... orchaka in bpo-23611 .) poplib ¶ A new POP3.utf8() command enables RFC 6856 (Internationalized Email) support ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
超高水準レイヤ — Python 3.6.5 ドキュメント 6784
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... を使います。 int PyRun_SimpleString ( const char *command ) ¶ 下記の PyRun_SimpleStringFlags() の PyCompiler ... ースです。 int PyRun_SimpleStringFlags ( const char *command , PyCompilerFlags *flags ) ¶ __main__ モジュールの ... 中で flags に従って command に含まれる Python ソースコードを実行します。 __mai ...
https://man.plustar.jp/python/c-api/veryhigh.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 6784
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 理されなかった場合は、空文字列に設定されるべきです。 command ¶ HTTP 命令 (リクエスト形式) が入っています。例えば ... o which it should bind. For example, the following command causes the server to bind to localhost only: pytho ... r 403. CGIHTTPRequestHandler can be enabled in the command line by passing the --cgi option: python - m http ...
https://man.plustar.jp/python/library/http.server.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 6784
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... ンを指定できます: python [ -bBdEhiIOqsSuvVWx? ] [ -c command | -m module-name | script | - ] [ args ] もちろん、 ... ] ) はプログラムのソース自体を示す文字列です。 -c <command> ¶ command 内の Python コードを実行します。 comman ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6741
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ment variable as an alternative to using -W at the command line: $ export PYTHONWARNINGS = 'ignore::RuntimeWa ... ere is an example of enabling the warning from the command line: $ python -q -Wdefault >>> f = open("foo", "w ... れ、そしてメソッド名がより良いものになりました。 The command-line call python -m unittest can now accept file p ... ch-improved Web server interface, as well as a new command-line option -b to automatically open a browser win ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT