Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 52 for send (0.078 sec.)
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 6705
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... コルーチン です。 coroutine AbstractEventLoop. sock_sendall ( sock , data ) ¶ ソケットにデータを送ります。 ... socket.socket.sendall() メソッドのブロックをモデルにいています。 ソケ ... f data from the network loop . call_soon ( wsock . send , 'abc' . encode ()) # Run the event loop loop . r ... r, press Ctrl+C to interrupt." ) print ( "pid %s : send SIGINT or SIGTERM to exit." % os . getpid ()) try ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 6705
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... structure. You will need to do this if you want to send your message via smtplib.SMTP.sendmail() or the nn ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 6705
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... verify 引数が追加されました。 注釈 If you want to send configurations to the listener which don't disable ... existing_loggers as False in the configuration you send. logging.config. stopListening ( ) ¶ listen() を呼 ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 6705
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オブジェクトの unpickle を無効にすることができます。 send ( packet ) ¶ pickle された文字列 packet をソケット ... ソケット ( socket.SOCK_DGRAM ) を生成しています。 send ( s ) ¶ pickle された文字列をソケットに送信します。 ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 6705
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( 'echoing' , repr ( data ), 'to' , conn ) conn . send ( data ) # Hope it won't block else : print ( 'clo ...
https://man.plustar.jp/python/library/selectors.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 6705
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... put=None , timeout=None ) ¶ Interact with process: Send data to stdin. Read data from stdout and stderr, u ... ージョン 3.3 で変更: timeout が追加されました Popen. send_signal ( signal ) ¶ signal シグナルを子プロセスに送 ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
18.5.6. サブプロセス — Python 3.6.5 ドキュメント 6586
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ConnectionResetError を無視するようになりました。 send_signal ( signal ) ¶ 子プロセスにシグナル signal を ...
https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 6586
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sage from a file on disk and pass it to the system sendmail program on a Unix system: >>> from email impor ... f , policy = policy . default ) >>> p = Popen ([ 'sendmail' , msg [ 'To' ] . addresses [ 0 ]], stdin = PI ... cters when creating the binary string to feed into sendmail's stdin , where the default policy would use \ ... . Should only be used for SMTP transmission if the sender or recipient addresses have non-ASCII characters ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 6586
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 3 1176 1176 4096 Oct 10 2012 tools '226 Directory send OK.' >>> ftp . retrbinary ( 'RETR README' , open ( ... けではありませんが、やってみる価値はあります。 FTP. sendcmd ( cmd ) ¶ シンプルなコマンド文字列をサーバに送信 ... the requested file, telling the server to restart sending the file's bytes at the requested offset, skipp ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 6586
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 signal. pthread_kill ( thread_id , signalnum ) ¶ Send the signal signalnum to the thread thread_id , ano ... by the main thread . Therefore, the only point of sending a signal to a particular Python thread would be ...
https://man.plustar.jp/python/library/signal.html - [similar]
PREV 1 2 3 4 5 6 NEXT