Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 157 for data (0.098 sec.)
18.6. asyncore --- 非同期ソケットハンドラ — Python 3.6.5 ドキュメント 5608
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 目の値がポート番号であるタプルを指定します。 send ( data ) ¶ リモート側の端点に data を送出します。 recv ( ... dispatcher_with_send ): def handle_read ( self ): data = self . recv ( 8192 ) if data : self . send ( dat ...
https://man.plustar.jp/python/library/asyncore.html - [similar]
20.6. xml.dom --- 文書オブジェクトモデル (DOM) API — Python 3.6.5 ドキュメント 5608
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ント内のコメント表現。 Text Text オブジェクトおよび CDATASection オブジェクト ドキュメント内のテキスト記述を ... 数: ELEMENT_NODE 、 ATTRIBUTE_NODE 、 TEXT_NODE 、 CDATA_SECTION_NODE 、 ENTITY_NODE 、 PROCESSING_INSTRUCT ... 入を行う必要があります。 Document. createTextNode ( data ) ¶ 引数として渡されたデータの入ったテキストノード ... ドをツリーに挿入しません。 Document. createComment ( data ) ¶ 引数として渡されたデータの入ったコメントノード ...
https://man.plustar.jp/python/library/xml.dom.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 5574
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... finally the support classes used to represent the data parsed from structured headers. class email.header ... t , since headers may not contain arbitrary binary data. If utf8 is False , non-ASCII data will be RFC 204 ... ollowing classes are the classes used to represent data parsed from structured headers and can, in general ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
13.2. gzip --- gzip ファイルのサポート — Python 3.6.5 ドキュメント 5574
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ct を受け入れるようになりました。 gzip. compress ( data , compresslevel=9 ) ¶ data を圧縮し、圧縮データを含 ... 同じです。 バージョン 3.2 で追加. gzip. decompress ( data ) ¶ data を展開し、展開データを含む bytes オブジェ ...
https://man.plustar.jp/python/library/gzip.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 5574
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 取ったときに送出される例外。 exception nntplib. NNTPDataError ¶ 応答データに何らかのエラーがあったときに送出 ... e to be written to. The method will then write any data returned by the server (except for the response li ... he key is then the lower-cased header name) or metadata items (the key is then the metadata name prepended ... , message-id and references headers the :bytes metadata: the number of bytes in the entire raw article (in ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 5574
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ated by pip in the myapp directory. These hold metadata for pip to manage the packages, and as you won't b ... elies on the fact that zipfiles can have arbitrary data prepended, and Windows exe files can have arbitrar ... y data appended. So by creating a suitable launcher and t ... the zip file. The zip file format allows arbitrary data to be prepended to a zip file. The zip application ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 5528
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... 表示し、特定の文字の数値を印字します: import unicodedata u = chr ( 233 ) + chr ( 0x0bf2 ) + chr ( 3972 ) + ... te ( u ): print ( i , ' %04x ' % ord ( c ), unicodedata . category ( c ), end = " " ) print ( unicodedata ... t numeric value of second character print ( unicodedata . numeric ( u [ 1 ])) 実行すると、このように出力さ ... ています。カテゴリーコードの一覧は Unicode Character Database 文書の General Category Values 節 を参照してく ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
Python モジュールのインストール (旧版) — Python 3.6.5 ドキュメント 5528
ナビゲーション 索引 モジュール | 前へ | Python » 3.6.5 ドキュメント » Python モジュールのインスト ... -lib スクリプト --install-scripts データ --install-data C ヘッダー --install-headers これらの上書きオプショ ... $PLAT \ --install-scripts=python/scripts --install-data=python/data また、以下のようにも指定できます、 pyt ... ='lib.$PLAT' \ --install-scripts=scripts --install-data=data $PLAT は、(必ずしも) 環境変数ではありません - ... lib.$PLAT install-scripts = python/scripts install-data = python/data or, equivalently, [install] install- ...
https://man.plustar.jp/python/install/index.html - [similar]
22.9. ossaudiodev --- OSS互換オーディオデバイスへのアクセス — Python 3.6.5 ドキ... 5528
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ead() がブロックします。 oss_audio_device. write ( data ) ¶ bytes-like object data の内容をオーディオデバイ ... きるようになりました。 oss_audio_device. writeall ( data ) ¶ bytes-like object data をオーディオデバイスに書 ... 機し、書き込めるだけのデータを書き込むという操作を、 data を全て書き込み終わるまで繰り返します。デバイスがブ ...
https://man.plustar.jp/python/library/ossaudiodev.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 5528
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... open ¶ unittest.mock. mock_open ( mock=None , read_data=None ) ¶ open() の利用を置き換えるための mock を作 ... ドにAPIが制限された MagicMock が生成されます。 read_data is a string for the read() , readline() , and read ... handle to return. Calls to those methods will take data from read_data until it is depleted. The mock of t ... implistic: every time the mock is called, the read_data is rewound to the start. If you need more control ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT