Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 58 for items (0.065 sec.)
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 6776
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nt call last): ... OverflowError: n too large ok 2 items passed all tests: 1 tests in __main__ 8 tests in _ ... _main__.factorial 9 tests in 2 items. 9 passed and 0 failed. Test passed. $ doctest の生 ... のやり方です。別のやり方は >>> d = sorted ( foo () . items ()) >>> d [('Harry', 'broomstick'), ('Hermione', ' ...
https://man.plustar.jp/python/library/doctest.html - [similar]
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 6776
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます: >>> for name , member in Shape . __members__ . items (): ... name , member ... ('SQUARE', <Shape.SQUARE ... [ name for name , member in Shape . __members__ . items () if member . name != name ] ['ALIAS_FOR_SQUARE'] ...
https://man.plustar.jp/python/library/enum.html - [similar]
21.23. http.cookies --- HTTPの状態管理 — Python 3.6.5 ドキュメント 6776
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... と同様の処理をおこないます。 for k , v in rawdata . items (): cookie [ k ] = v 21.23.2. Morselオブジェクト ¶ ...
https://man.plustar.jp/python/library/http.cookies.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6776
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 200 , 3.95 , "Includes taxes, shipping, and sundry items" デカくて醜い正規表現でこれをパース出来るでしょうが ... A heap is an array-like data structure that keeps items in a partially sorted order such that, for every i ... epr__', '__setitem__', 'clear', 'get', 'has_key', 'items', 'iteritems', 'iterkeys', 'itervalues', 'keylist' ... signed long long のための K . 新規関数 PyObject_DelItemString(mapping, char *key) が PyObject_DelItem(mappi ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 6601
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジ中にあるすべてのフィールドの値のリストを返します。 items ( ) ¶ メッセージ中にあるすべてのヘッダのフィールド ...
https://man.plustar.jp/python/library/email.message.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 6601
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... his module defines the class FTP and a few related items. The FTP class implements the client side of the F ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 6601
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のようにキーについてのイテレータではありません。 iteritems ( ) ¶ items ( ) ¶ ( key , message ) ペア、ただし k ... はキーで message はメッセージ表現、のイテレータ( iteritems() として呼び出された場合)、またはリスト( items() と ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
29.9. traceback --- スタックトレースの表示または取得 — Python 3.6.5 ドキュメン... 6601
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s may contain internal newlines as well, for those items with source text lines. For long sequences of the ...
https://man.plustar.jp/python/library/traceback.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 6601
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) self . __counter = 0 for k , v in annotations . items (): setattr ( self , k , v ) def __call__ ( self ) ...
https://man.plustar.jp/python/library/weakref.html - [similar]
20.12. xml.sax.xmlreader --- XML パーサのインタフェース — Python 3.6.5 ドキュメ... 6601
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オブジェクトは copy() 、 get() 、 __contains__() 、 items() 、 keys() 、 values() を含む マッピングプロトコル ...
https://man.plustar.jp/python/library/xml.sax.reader.html - [similar]
PREV 1 2 3 4 5 6 NEXT