Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 63 for command (0.038 sec.)
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 7734
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... opment environment, you will end up typing Windows commands into what is variously referred to as a "DOS wind ... ow" or "Command prompt window". Usually you can create such a wind ... menu selection is Start ‣ Programs ‣ Accessories ‣ Command Prompt . You should be able to recognize when you ... rted such a window because you will see a Windows "command prompt", which usually looks like this: C:\> The l ...
https://man.plustar.jp/python/faq/windows.html - [similar]
30.1. code --- インタプリタ基底クラス — Python 3.6.5 ドキュメント 7389
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... で変更: exitmsg 引数が追加されました. code. compile_command ( source , filename="<input>" , symbol="single" ) ... のあるソースをコンパイルし実行します。引数は compile_command() のものと同じです。 filename のデフォルトは '<inp ... のことが起きる可能性があります: 入力が不正。 compile_command() が例外( SyntaxError か OverflowError )を起こした ... ます。 入力が完全でなく、さらに入力が必要。 compile_command() が None を返した場合。 runsource() は True を返し ...
https://man.plustar.jp/python/library/code.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 7389
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , SMTPUTF8 is accepted as a parameter to the MAIL command and when present is passed to process_message() in ... ), accepts the BODY=8BITMIME parameter to the MAIL command, and when present passes it to process_message() i ... current state of the channel. This will be either COMMAND initially and then DATA after the client sends a " ... TPChannel operates by invoking methods named smtp_<command> upon reception of a command line from the client. ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 7187
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sed as the FQDN of the local host in the HELO/EHLO command. Otherwise, the local hostname is found using sock ... with statement. When used like this, the SMTP QUIT command is issued automatically when the with statement ex ... cified in RFC 4954 can be sent along with the AUTH command, rather than requiring a challenge/response. バージ ... , initial_response_ok=True ) ¶ Issue an SMTP AUTH command for the specified authentication mechanism , and h ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 7144
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sr/bin/env python" (or other forms of the "python" command, such as "/usr/bin/python"), you need to consider ... can just list the dependencies manually on the pip command line). Optionally, delete the .dist-info directori ... remove the .pyz extension if you prefer a "plain" command name. On Windows, the myapp.pyz[w] file is executa ... vious instance */ LPWSTR lpCmdLine , /* pointer to command line */ int nCmdShow /* show state of window */ ) ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 7086
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... _argument ( '--foo' ) >>> parser . add_argument ( 'command' ) >>> parser . add_argument ( 'args' , nargs = ar ... split ())) Namespace(args=['--arg1', 'XX', 'ZZ'], command='cmd', foo='B') nargs キーワード引数が指定されない ... se.SUPPRESS causes no attribute to be added if the command-line argument was not present.: >>> parser = argpa ... デフォルトは、description が指定されている場合は "subcommands" に、指定されていない場合は位置引数のタイトルにな ...
https://man.plustar.jp/python/library/argparse.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 7043
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... your system by running python -m tkinter from the command line; this should open a window demonstrating a si ... ] = "Hello World \n (click me)" self . hi_there [ "command" ] = self . say_hi self . hi_there . pack ( side = ... tk . Button ( self , text = "QUIT" , fg = "red" , command = root . destroy ) self . quit . pack ( side = "bo ... るには、常に次のような形式のコマンドを使います: classCommand newPathname options classCommand どの種類のウィジェ ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
27.3. pdb --- Python デバッガ — Python 3.6.5 ドキュメント 6985
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 前はこのようなコマンドは無視されていました。 h(elp) [command] ¶ 引数を指定しない場合、利用できるコマンドの一覧が ... 表示されます。引数として command が与えられた場合、そのコマンドのヘルプが表示されま ... メント ( pdb モジュールの doctring) が表示されます。 command 引数は識別子でなければならないため、 ! コマンドのヘ ... 除去されます; ブレークポイントは常に有効になります。 commands [bpnumber] ¶ ブレークポイントナンバー bpnumber に ...
https://man.plustar.jp/python/library/pdb.html - [similar]
2. Python インタプリタを使う — Python 3.6.5 ドキュメント 6985
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... を読み込んで実行します。 インタプリタを python -c command [arg] ... のように起動する方法もあります。この形式 ... では、シェルの -c オプションと同じように、 command に指定した文を実行します。 Python 文には、スペース ... にとって特殊な意味をもつ文字がしばしば含まれるので、 command 全体をシングルクォート(訳注: ' )で囲っておいたほう ...
https://man.plustar.jp/python/tutorial/interpreter.html - [similar]
9. トップレベル要素 — Python 3.6.5 ドキュメント 6942
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... the interpreter in three forms: with the -c string command line option, as a file passed as the first command ...
https://man.plustar.jp/python/reference/toplevel_components.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT