Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 157 for data (0.108 sec.)
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 5158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 行バッファリングです。 codecs. EncodedFile ( file , data_encoding , file_encoding=None , errors='strict' ) ... ップされたファイルに書き込まれたデータは、指定された data_encoding に従ってデコードされ、次に file_encoding ... イトは、 file_encoding に従ってデコードされ、結果は data_encoding を使用してエンコードされます。 file_encod ... ing が与えられなければ、 data_encoding がデフォルトになります。 エラーハンドリン ...
https://man.plustar.jp/python/library/codecs.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 5158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ure_to_url ): url = future_to_url [ future ] try : data = future . result () except Exception as exc : pri ... e : print ( ' %r page is %d bytes' % ( url , len ( data ))) 17.4.3. ProcessPoolExecutor ¶ ProcessPoolExecu ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 5158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... getvalue () If the message object contains binary data that is not encoded according to RFC standards, th ... e non-compliant data will be replaced by unicode "unknown character" co ... ecoded). In all cases the returned value is binary data. If the message is a multipart and the decode flag ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
22.7. imghdr --- 画像の形式を決定する — Python 3.6.5 ドキュメント 5158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Sun Raster Files 'xbm' X Bitmap Files 'jpeg' JPEG data in JFIF or Exif formats 'bmp' BMP files 'png' Port ...
https://man.plustar.jp/python/library/imghdr.html - [similar]
8.11. pprint --- データ出力の整然化 — Python 3.6.5 ドキュメント 5158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ' ) as url : ... http_info = url . info () ... raw_data = url . read () . decode ( http_info . get_content ... _charset ()) >>> project_info = json . loads ( raw_data ) その基本形式では、 pprint() はオブジェクト全体を ...
https://man.plustar.jp/python/library/pprint.html - [similar]
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 5158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nput file and write the resulting quoted-printable data to the output file. input and output must be binar ...
https://man.plustar.jp/python/library/quopri.html - [similar]
20.12. xml.sax.xmlreader --- XML パーサのインタフェース — Python 3.6.5 ドキュメ... 5158
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 追加メソッドを提供します: IncrementalParser. feed ( data ) ¶ data のチャンクを処理します。 IncrementalParse ... name ) ¶ 属性名 name のタイプを返します。通常は 'CDATA' です。 Attributes. getValue ( name ) ¶ 属性 name ...
https://man.plustar.jp/python/library/xml.sax.reader.html - [similar]
Python/C API リファレンスマニュアル — Python 3.6.5 ドキュメント 5124
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... プロセス制御 モジュールのインポート データ整列化 (data marshalling) のサポート 引数の解釈と値の構築 文字列 ...
https://man.plustar.jp/python/c-api/index.html - [similar]
デスクリプタ HowTo ガイド — Python 3.6.5 ドキュメント 5124
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » デス ... るのに便利です: class RevealAccess ( object ): """A data descriptor that sets and returns values normally a ... bute access. This means that all functions are non-data descriptors which return bound methods when they a ...
https://man.plustar.jp/python/howto/descriptor.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 5124
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トリームです: f = io . StringIO ( "some initial text data" ) テキストストリームの API は TextIOBase のドキュ ... ームです: f = io . BytesIO ( b "some initial binary data: \x00\x01 " ) バイナリーストリーム API は Buffered ... のオペレーティングシステムは os.SEEK_HOLE や os.SEEK_DATA など、追加の値をサポートすることがあります。ファイ ...
https://man.plustar.jp/python/library/io.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT