Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 54 for re (0.062 sec.)
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 7090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 21. インターネットプロトコルとサポート » 21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 ¶ Web S ... さんは、すべてについて理解する必要はありません。 wsgiref は WSGI 仕様のリファレンス実装で、これは Web サー ... 拠のバリデーションツールを提供します。 https://wsgi.readthedocs.org/ に、WSGIに関するさらなる情報と、チュ ... やその他のリソースへのリンクがあります。 21.4.1. wsgiref.util -- WSGI 環境のユーティリティ ¶ このモジュール ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 非同期 IO のための新たな暫定 API ( PEP 3156 )。 ensurepip : pip インストーラのブートストラップ ( PEP 453 ... n help() システムを改善することになりました。 ipaddress モジュール API は安定だと宣言されました。 セキュ ... ostname() ) と証明書失効リスト (CRLs=certification revocation lists。 ssl.SSLContext.load_verify_locatio ... フォルトでの pip のブートストラッピング ¶ 新しい ensurepip モジュール( PEP 453 で定義されています)は標準の ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 7045
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he email object model. EmailMessage provides the core functionality for setting and querying header fiel ... ds, for accessing message bodies, and for creating or modifying structured messages. An email me ... e consists of headers and a payload (which is also referred to as the content ). Headers are RFC 5322 or ... RFC 6532 style field names and values, where the field name and value are separated by a colon. ...
https://man.plustar.jp/python/library/email.message.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 7045
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... における数え切れない、時として嵐のような議論を経て、Fredrik Lundh によって実装された Unicode 文字列型に基づ ... いて、ほとんどが Marc-And Lemburg によって実装されました。インターフェイスに ... までの文字に使えます。 Unicode strings, just like regular strings, are an immutable sequence type. They ... e strings have an encode( [encoding] ) method that returns an 8-bit string in the desired encoding. Enco ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 6986
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... on 2 から Python 3 への移植 ¶ author: Brett Cannon 概要 現在は Python 3 が最新版の Python で ... たい場合は、 Nick Coghlan の Python 3 Q & A または Brett Cannonによる `Why Python 3 exists がおすすめです ... アップデートしてください。 (たとえば pip install future ) Python 3 サポートに関してデグレを防ぐために Pyli ... ider using optional static type checking to make sure your type usage works in both Python 2 & 3 (e.g. u ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
4. その他の制御フローツール — Python 3.6.5 ドキュメント 6986
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... : ... print ( 'Single' ) ... else : ... print ( 'More' ) ... More ゼロ個以上の elif 部を使うことができ、 ... ーケンス中に要素が現れる順番です。例えば: >>> # Measure some strings: ... words = [ 'cat' , 'window' , 'de ... in words [:]: # Loop over a slice copy of the entire list. ... if len ( w ) > 6 : ... words . insert ( ... ブルを引数として取る関数をもっと見ていきます。 4.4. break 文と continue 文とループの else 節 ¶ break 文は、 ...
https://man.plustar.jp/python/tutorial/controlflow.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 6986
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ength = 0 , start = 0 , whence = 0 ): import fcntl return fcntl . lockf ( self . fileno (), operation , ... lf , arg1 , arg2 ): # The actual function ... def pre_f ( self ): # Check preconditions ... def post_f ( ... # Check postconditions ... f = eiffelmethod ( f , pre_f , post_f ) 新しい eiffelmethod() を使う人にとって ... self ) . save () # Save D's private information here ... super() は super(class) や super(class1, class ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6986
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ame choices = [ 'deploy' , 'start' , 'stop' ], # three allowed values help = 'action on each target' ) # ... AME' , # var name used in help msg nargs = '+' , # require one or more targets help = 'url for target ma ... argument ( '-u' , '--user' , # -u or --user option required = True , # make it a required argument help ... .example.com sleepy.example.com -u skycaptain' >>> result = parser . parse_args ( cmd . split ()) >>> re ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 6942
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ュ可能なオブジェクトを数え上げる辞書のサブクラス OrderedDict 項目が追加された順序を記憶する辞書のサブクラス ... .4 で変更: オプションの m 引数が追加されました。 parents ¶ 現在のインスタンスの最初のマッピング以外のすべ ... 例はまた、組み込み super() 関数にも似ています。 d.parents への参照は ChainMap(*d.maps[1:]) と等価です。 参 ... マッピングのチェーンです。 new_child() メソッドや parents() プロパティに似た push や pop の機能もあります ...
https://man.plustar.jp/python/library/collections.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 6942
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... スコード: Lib/email/parser.py Message object structures can be created in one of two ways: they can be cr ... eated from whole cloth by creating an EmailMessage object, adding headers using ... ace, and adding payload(s) using set_content() and related methods, or they can be created by parsing a ... serialized representation of the email message. The email packag ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
PREV 1 2 3 4 5 6 NEXT