Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 39 for update (0.049 sec.)
What's New in Python 2.3 — Python 3.6.5 ドキュメント 7690
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ます。変更可能な集合ではこれらのインプレイス版 union_update() と intersection_update() も使えます: >>> S1 = se ... & S2 # Alternative notation Set([]) >>> S1 . union_update ( S2 ) >>> S1 Set([1, 2, 3, 4, 5, 6]) >>> It's als ... ersion with the ungainly name symmetric_difference_update() . >>> S1 = sets . Set ([ 1 , 2 , 3 , 4 ]) >>> S2 ... keylist', 'keys', 'pop', 'popitem', 'setdefault', 'update', 'valuelist', 'values'] (Contributed by Raymond H ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... , We rename PyInit_custom() to PyInit_custom2() , update the module name in the PyModuleDef struct, and upd ... class name in the PyTypeObject struct. Finally, we update our setup.py file to build the new module: from di ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
16.13. curses.panel --- curses のためのパネルスタック拡張 — Python 3.6.5 ドキュ... 7580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ルスタックの最上層のパネルを返します。 curses.panel. update_panels ( ) ¶ 仮想スクリーンをパネルスタック変更後の ... 状態に更新します。この関数では curses.doupdate() を呼ばないので、ユーザは自分で呼び出す必要があり ...
https://man.plustar.jp/python/library/curses.panel.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 7471
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ばお好みのメッセージファクトリを使うこともできます。 update ( arg ) ¶ 引数 arg は key から message へのマッピン ... add ( message ) ¶ __setitem__ ( key , message ) ¶ update ( arg ) ¶ 警告 これらのメソッドは一意的なファイル名 ... モードで開かれてなければなりません)のいずれかです。 update_visible ( ) ¶ BabylMessage インスタンスのオリジナル ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 7471
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... してください。もし passwd_mgr が is_authenticated と update_authenticated メソッドも提供するなら ( HTTPPasswor ... に対して is_authenticated を True に設定するために update_authenticated が呼ばれます。 バージョン 3.5 で追加 ... のメソッドと同じです。 HTTPPasswordMgrWithPriorAuth. update_authenticated ( self , uri , is_authenticated=Fals ... PDQ Application' , uri = 'https://mahler:8092/site-updates.py' , user = 'klem' , passwd = 'kadidd!ehopper' ) ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7471
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... unc , 1 ) ) functools モジュールのもう一つの関数は update_wrapper(wrapper, wrapped) で、より良く振舞うデコレ ... ータを書くのに役立ちます。 update_wrapper() は包まれるほうの名前、モジュール、ドキュ ... unction' return f ( * args , ** kwds ) functools . update_wrapper ( wrapper , f ) return wrapper wraps() は、 ... を作ってしまえばあとはそのメソッドは以前と同じです: update(string)() は指定された文字列を現在のダイジェスト状 ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7471
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... erkeys() みたいな列挙系はいかがでしょう? copy() と update() は? オブジェクトを巡回するのに iter() で出来ます ... るようになっています: intersection() , intersection_update() , union() , update() , difference() , difference ... _update() です。 >>> s = set ( '1234567890' ) >>> s . inte ... (Original optimization implemented by Armin Rigo, updated for Python 2.6 by Kevin Jacobs; bpo-1700288 .) デ ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
8.4. collections.abc --- コレクションの抽象基底クラス — Python 3.6.5 ドキュメン... 7361
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... g から継承したメソッドと、 pop , popitem , clear , update , setdefault MappingView Sized __len__ ItemsView M ...
https://man.plustar.jp/python/library/collections.abc.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 7361
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... policy is specified use the rules it specifies to update the representation of the message. If policy is no ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
21.23. http.cookies --- HTTPの状態管理 — Python 3.6.5 ドキュメント 7361
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 attrs の意味は output() と同じです。 Morsel. update ( values ) ¶ Morsel 辞書の値を辞書 values の値で更 ...
https://man.plustar.jp/python/library/http.cookies.html - [similar]
PREV 1 2 3 4 NEXT