Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 135 for bytes (0.161 sec.)
正規表現 HOWTO — Python 3.6.5 ドキュメント 5199
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... ut \w only matches the character class [A-Za-z] in bytes patterns; it won't match bytes corresponding to é ...
https://man.plustar.jp/python/howto/regex.html - [similar]
18.5.6. サブプロセス — Python 3.6.5 ドキュメント 5199
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pe_data_received() # method of the protocol data = bytes ( protocol . output ) return data . decode ( 'asci ...
https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]
18.6. asyncore --- 非同期ソケットハンドラ — Python 3.6.5 ドキュメント 5199
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) self . connect ( ( host , 80 ) ) self . buffer = bytes ( 'GET %s HTTP/1.0 \r\n Host: %s \r\n\r\n ' % ( pa ...
https://man.plustar.jp/python/library/asyncore.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 5199
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ' % ( url , exc )) else : print ( ' %r page is %d bytes' % ( url , len ( data ))) 17.4.3. ProcessPoolExecu ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 5199
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トシーケンス型 --- str 4.8. バイナリシーケンス型 --- bytes , bytearray , memoryview 4.9. set(集合)型 --- se ...
https://man.plustar.jp/python/library/index.html - [similar]
11.2. os.path --- 共通のパス名操作 — Python 3.6.5 ドキュメント 5199
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... aise a TypeError if the type of path is not str or bytes (directly or indirectly through the os.PathLike in ...
https://man.plustar.jp/python/library/os.path.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 5199
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... on-blocking. It is up to the library to remove any bytes from fd before calling poll or select again. Use f ...
https://man.plustar.jp/python/library/signal.html - [similar]
29.5. warnings --- 警告の制御 — Python 3.6.5 ドキュメント 5199
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... g Unicode に関係した警告カテゴリの基底クラスです。 BytesWarning bytes や bytearray に関連した警告カテゴリの ... されます。 -b オプションが1度か2度指定されない限り、 BytesWarning は無視されます。 -b の時は警告が表示され、 ...
https://man.plustar.jp/python/library/warnings.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 5199
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 'formatter' : 'standard' , 'level' : 'INFO' , 'maxBytes' : 1000000 }, 'syslog' : { 'class' : 'logging.hand ... ブジェクトは、他のオブジェクトのメモリの内容に対する bytes 型のインタフェースに合わせた view を提供します。 > ... moryview >>> m2 <memory at 0x37f080> view の内容は bytes 型の文字列か整数のリストに変換することができます。 ... >>> m2 . tobytes () 'abcdefghijklmnopqrstuvwxyz' >>> m2 . tolist () ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 5151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 合は、ファイルはテキストモードで開かれ、 f.read() は bytes オブジェクトではなく str オブジェクトを返します。 ...
https://man.plustar.jp/python/faq/library.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 NEXT