Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 178 for This (0.094 sec.)
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 5319
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... d earlier it is difficult to do well). In Python 2 this means making sure the APIs that take text can work ... or u prefix to all literals explicitly) As part of this dichotomy you also need to be careful about openin ... t version of Python is running. The best way to do this is with feature detection of whether the version o ... against Python 2 and not Python 3. To help explain this, let's look at an example. importlib の機能にアクセ ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 5319
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... You must use proxy specified in Location to access this ' 'resource.' ), 307 : ( 'Temporary Redirect' , 'O ... od Not Allowed' , 'Specified method is invalid for this server.' ), 406 : ( 'Not Acceptable' , 'URI not av ... ication Required' , 'You must authenticate with ' 'this proxy before proceeding.' ), 408 : ( 'Request Time ... 1 : ( 'Not Implemented' , 'Server does not support this operation' ), 502 : ( 'Bad Gateway' , 'Invalid res ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 5319
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : エンコーダ ¶ ソースコード: Lib/email/encoders.py This module is part of the legacy ( Compat32 ) email AP ... of the set_content() method. The remaining text in this section is the original documentation of the modul ...
https://man.plustar.jp/python/library/email.encoders.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 5319
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... o is None ), it is assumed to be in local time. In this case, a positive or zero value for isdst causes lo ... hostname. It is not normally necessary to override this default, but may be useful certain cases, such as ... MT is used instead of the numeric timezone offset. This provides a way to generate standards conformant HT ...
https://man.plustar.jp/python/library/email.util.html - [similar]
31.4. runpy --- Python モジュールの位置特定と実行 — Python 3.6.5 ドキュメント 5319
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tage of the module spec feature added by PEP 451 . This allows __cached__ to be set correctly for modules ... run this way, as well as ensuring the real module name is a ... kage__ will all be set to None . If the supplied path is a reference to a valid sys.path entry, then __spe ... tage of the module spec feature added by PEP 451 . This allows __cached__ to be set correctly in the case ...
https://man.plustar.jp/python/library/runpy.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 5319
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... appropriately ... # Define a property. The 'delete this attribute' # method is defined as None, so the att ... ty ( get_size , set_size , None , "Storage size of this instance" ) これは確実に、より明快であり書くのが容 ... r division is applied to two integers. You can use this to find code that's affected by the change and fix ... nels () # channels is a list of dictionaries, like this: # [{'id': 4, 'title': 'Freshmeat Daily News'} # { ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 5319
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... updates the LINES and COLS environment variables. This is useful for detecting manual screen resizing. (C ... () function can now compare lists of byte strings. This fixes a regression from Python 2. (Contributed by ... the UTF-8 charset instead of using encoded words. This allows Messages to be formatted according to RFC 6 ... er.source_to_code() method is now a static method. This makes it easier to initialize a module object with ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 5264
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 際化されたヘッダ ¶ ソースコード: Lib/email/header.py This module is part of the legacy ( Compat32 ) email AP ... Message class. In addition to uses in legacy code, this module can be useful in applications that need to ... used when encoding headers. The remaining text in this section is the original documentation of the modul ...
https://man.plustar.jp/python/library/email.header.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 5264
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジェクトを一から作成 ¶ ソースコード: Lib/email/mime/ This module is part of the legacy ( Compat32 ) email AP ... parameter, and a Content-Transfer-Encoding header. This means that a subsequent set_payload call will not ... passed in the set_payload command. You can "reset" this behavior by deleting the Content-Transfer-Encoding ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 5264
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... item in args ) relative to cwd if the executable path is a relative path. バージョン 3.6 で変更: cwd param ... 加. Popen. stdin ¶ If the stdin argument was PIPE , this attribute is a writeable stream object as returned ... byte stream. If the stdin argument was not PIPE , this attribute is None . Popen. stdout ¶ If the stdout ... argument was PIPE , this attribute is a readable stream object as returned ...
https://man.plustar.jp/python/library/subprocess.html - [similar]