Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 59 for decode (0.060 sec.)
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 6506
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... example struct.unpack('%uB' % len(data), data) to decode the signal numbers list. スレッドが有効な場合、この ...
https://man.plustar.jp/python/library/signal.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 6506
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . write ( '.' ) else : sys . stderr . write ( s . decode ( 'utf-8' )) sys . stderr . flush () stream . clos ...
https://man.plustar.jp/python/library/venv.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 6506
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... nse : ... for line in response : ... line = line . decode ( 'utf-8' ) # Decoding the binary data to text. .. ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6506
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... file system path. Code can use os.fspath() , os.fsdecode() , or os.fsencode() to explicitly get a str and/o ... represent paths should use os.fsencode() and os.fsdecode() to ensure their bytes are correctly encoded. To ... (Contributed by Berker Peksag in bpo-27331 .) The DecodedGenerator now supports the policy keyword. There i ... provements and reduced memory footprint. The ASCII decoder is now up to 60 times as fast for error handlers ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 6375
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rsock . recv ( 100 ) print ( "Received:" , data . decode ()) # We are done: unregister the file descriptor ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 6375
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... otab_notes.txt for the co_lnotab format and how to decode it. バージョン 3.6 で変更: Line numbers can be dec ...
https://man.plustar.jp/python/library/dis.html - [similar]
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 6375
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ly the LC_CTYPE locale to the LC_NUMERIC locale to decode decimal_point and thousands_sep byte strings if th ...
https://man.plustar.jp/python/library/locale.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6375
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... to all strings con . text_factory = lambda x : x . decode ( "utf-8" ) + "foo" cur . execute ( "select ?" , ( ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6375
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t . buffer . write ( bytes ) else : text = bytes . decode ( sys . stdout . encoding , 'strict' ) sys . stdou ... ィングは常に ASCII 互換です。 os.fsencode() and os.fsdecode() should be used to ensure that the correct encodi ... m getfilesystemencoding() . os.fsencode() and os.fsdecode() should be used to ensure that the correct encodi ...
https://man.plustar.jp/python/library/sys.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 6375
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s bytes, but the system encoding used by Python to decode it is anything other than ISO-8859-1 (e.g. Unix sy ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
PREV 1 2 3 4 5 6 NEXT