Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 22 for legacy (0.036 sec.)
19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 7794
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ド: Lib/email/charset.py This module is part of the legacy ( Compat32 ) email API. In the new API only the al ...
https://man.plustar.jp/python/library/email.charset.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 7794
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... されました。 The remaining functions are part of the legacy ( Compat32 ) email API. There is no need to direct ...
https://man.plustar.jp/python/library/email.util.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 7794
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のないすべての関数は暗黙的に Any を使用します。 def legacy_parser ( text ): ... return data # A static type c ... t the above # as having the same signature as: def legacy_parser ( text : Any ) -> Any : ... return data この ...
https://man.plustar.jp/python/library/typing.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 7642
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ly added in 3.4 as a provisional module . Docs for legacy message class moved to email.message.Message: Repr ...
https://man.plustar.jp/python/library/email.message.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 7642
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... き点 for best practices. keyfile and certfile are a legacy alternative to ssl_context - they can point to PEM ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 7642
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... き点 for best practices. keyfile and certfile are a legacy alternative to context , and can point to a PEM fo ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 7642
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... self . assertWarnsRegex ( DeprecationWarning , r 'legacy_function\(\) is deprecated' , legacy_function , 'X ...
https://man.plustar.jp/python/library/unittest.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7642
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ed. To revert to the previous behaviour, set PYTHONLEGACYWINDOWSFSENCODING or call sys._enablelegacywindowsf ... s behaviour for interactive console use, set PYTHONLEGACYWINDOWSSTDIO . 参考 PEP 528 -- Change Windows conso ... API, while retaining the old documentation for the legacy API. (Contributed by R. David Murray in bpo-24277 ... code churn when upgrading from Python 2.7 and the legacy inspect.getargspec() API, the previously documente ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 7508
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... gle-source Python 2/3 code migrating away from the legacy getargspec() API. inspect. getargvalues ( frame ) ...
https://man.plustar.jp/python/library/inspect.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7508
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... る舞いです。それ以外の場合、 float_repr_style は値 'legacy' を持ち、 repr(x) は 3.1 以前のバージョンの Python ... aranteed to return 'mbcs' . See PEP 529 and _enablelegacywindowsfsencoding() for more information. sys. getf ... .) Use it only for debugging purposes. sys. _enablelegacywindowsfsencoding ( ) ¶ Changes the default filesys ... r to 3.6. This is equivalent to defining the PYTHONLEGACYWINDOWSFSENCODING environment variable before launc ...
https://man.plustar.jp/python/library/sys.html - [similar]
PREV 1 2 3 NEXT