Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 125 for read (0.114 sec.)
8.11. pprint --- データ出力の整然化 — Python 3.6.5 ドキュメント 5479
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , 'eggs', 'lumberjack', 'knights', 'ni'] pprint. isreadable ( object ) ¶ object を書式化して出力できる("re ... クトに対しては常に False を返します。 >>> pprint . isreadable ( stuff ) False pprint. isrecursive ( object ) ... 要がないのでちょっぴり効果的です。 PrettyPrinter. isreadable ( object ) ¶ object を書式化して出力できる("r ... ... http_info = url . info () ... raw_data = url . read () . decode ( http_info . get_content_charset ()) ...
https://man.plustar.jp/python/library/pprint.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 5479
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... g various aspects of the secure connection. Please read セキュリティで考慮すべき点 for best practices. key ... ds supported by smtplib are tried in turn if they are advertised as supported by the server. See auth() fo ... bute set to True , and SMTPUTF8 and BODY=8BITMIME are added to mail_options . バージョン 3.2 で追加. バージ ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
18.1. socket --- 低水準ネットワークインターフェイス — Python 3.6.5 ドキュメント 5479
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーフェイスよりも多少高水準で、例えばファイルに対する read() や write() メソッドと同様に、 受信時のバッファ確 ... 。 利用できる環境 : Windows. バージョン 3.3 で追加. read() メソッドと write() メソッドは存在しませんので注意 ... する場合があります: OSError : [ Errno 98 ] Address already in use これは以前の実行がソケットを TIME_WAIT 状態 ...
https://man.plustar.jp/python/library/socket.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 5479
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... うスレッドを生成することです; ForkingMixIn および ThreadingMixIn 配合クラス (mix-in classes) を使えば、非同 ... e the socket (unless you used a with statement). ThreadingMixIn から継承してスレッドを利用した接続を行う場 ... 通信切断時の処理を明示的に指定する必要があります。 ThreadingMixIn クラスには daemon_threads 属性があり、サー ... 示的に指定します。デフォルトは False で、Pythonは ThreadingMixIn クラスが起動した全てのスレッドが終了するま ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 5479
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the contents of the environment directory if it already exists, before environment creation. --upgrade Up ... m subprocess import Popen , PIPE import sys from threading import Thread from urllib.parse import urlparse ... , and 'stdout' and 'stderr', which are obtained by reading lines from the output streams of a subprocess w ... self . nodist : self . install_pip ( context ) def reader ( self , stream , context ): """ Read lines from ...
https://man.plustar.jp/python/library/venv.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 5479
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... andle : return xmlrpc . client . Binary ( handle . read ()) server = SimpleXMLRPCServer (( "localhost" , 8 ... セル化する方法は、 http://www.xmlrpc.com/discuss/msgReader%241208 で示されています。 class xmlrpc.client. M ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 5479
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 存のアーカイブをコピーする際、ファイルオブジェクトは read , readline , write メソッドのみを提供します。 アー ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 5479
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ith open ( 'myfile.zip' , 'rb' ) as f : data = f . read () start = 0 for i in range ( 3 ): # show the firs ... eader 11.4. マルチスレッディング ¶ スレッド処理 (threading) とは、順序的な依存関係にない複数のタスクを分割 ... があります。 以下のコードでは、高水準のモジュール threading でメインのプログラムを動かしながら背後で別のタス ... 動作させられるようにする方法を示しています: import threading , zipfile class AsyncZip ( threading . Thread ) ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 5479
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... タプルを返します: (encode_func, decode_func, stream_reader, stream_writer) 。 encode_func は、Unicode 文字列 ... ビット文字列何文字が消費されたかを表します。 stream_reader は、ストリームからの入力のデコードをサポートする ... クラスです。 stream_reader(file_obj) はメソッド read() , readline() , readl ... 0 ab ...' ( UTF8_encode , UTF8_decode , UTF8_streamreader , UTF8_streamwriter ) = codecs . lookup ( 'UTF-8 ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 5479
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... tecode; remarkably, the resulting bytecode is more readable. (Enhanced by Raymond Hettinger.) String conca ... 合により上手に処理するようになりました。以前は StreamReader クラスは不足データを読み出そうと試みるために、そ ... らデコード処理を再開することを不可能にしていました。 read() メソッドは今ではそのとき読めているデータを返し、 ... '] >>> 'h' in d # search the deque True Queue や threading のようないくつかのモジュールで、 collections.de ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 NEXT