Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 52 for send (0.081 sec.)
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 6586
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... rver = smtplib . SMTP ( 'localhost' ) >>> server . sendmail ( 'soothsayer@example.org' , 'jcaesar@example. ... ocuments. Unlike smtplib and poplib which actually send and receive messages, the email package has a comp ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 6586
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ュールの Popen オブジェクトに terminate() , kill() , send_signal() メソッドが追加されました。Windows では se ... rente; bpo-1599845 .) SimpleXMLRPCServer はさらに _send_traceback_header 属性を持つようになりました。真の場 ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 6452
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nd sys.stderr with objects that get input from and send output to the Shell window. When Shell has the foc ...
https://man.plustar.jp/python/library/idle.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 6452
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ter イベントフィールド %f focus %A char %h 高さ %E send_event %k keycode %K keysym %s state %N keysym_num ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 6452
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... # type: Coroutine[List[str], str, int] ... x = c . send ( 'hi' ) # type: List[str] async def bar () -> Non ... ジェネレータはジェネリック型 Generator[YieldType, SendType, ReturnType] によってアノテーションを付けられま ... ジュールの多くの他のジェネリクスと違い Generator の SendType は共変や不変ではなく、反変として扱われることに ... ください。 もしジェネレータが値を返すだけの場合は、 SendType と ReturnType に None を設定してください: def ...
https://man.plustar.jp/python/library/typing.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 6452
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... await) すると RuntimeError となります。 coroutine. send ( value ) ¶ コルーチンの実行を開始したり再開したり ... い場合は、このコルーチンを一時停止させたイテレータの send() メソッドに処理を委任します。 結果 (返り値か Stop ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
Logging HOWTO — Python 3.6.5 ドキュメント 6332
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... 装されているキューにメッセージを送ります。 instances send messages to a queue, such as those implemented in ...
https://man.plustar.jp/python/howto/logging.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6332
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e を、そうでない場合は False を返します。 curses. isendwin ( ) ¶ endwin() がすでに呼び出されている (すなわ ... シフト付き Delete line KEY_SELECT 選択 (Select) KEY_SEND シフト付き End KEY_SEOL シフト付き Clear line KEY_ ...
https://man.plustar.jp/python/library/curses.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6332
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... s name, version, maintainer, description, &c., and send it to a central catalog server. The resulting cata ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6332
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ディに含めます。 smtplib モジュールの SMTP クラスが sendmail() メソッドの msg 引数としてバイト列文字列を受け ... 付けるようになりました。新しく追加されたメソッド send_message() は msg 引数に Message オブジェクトを受け ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
PREV 1 2 3 4 5 6 NEXT