Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 26 for attr (0.048 sec.)
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 7653
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eived in a Set-Cookie header with a version cookie-attribute of 1) are treated according to the RFC 2965 r ... stance to Netscape cookies, by setting the version attribute of the Cookie instance to 0. DefaultCookiePol ... () , add_unredirected_header() and origin_req_host attribute as documented by urllib.request . バージョン ... 3.3 で変更: request object needs origin_req_host attribute. Dependency on a deprecated method get_origin ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
20. 構造化マークアップツール — Python 3.6.5 ドキュメント 7571
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブジェクト 20.6.2.6. Element オブジェクト 20.6.2.7. Attr オブジェクト 20.6.2.8. NamedNodeMap Objects 20.6.2 ... ジェクト 20.12.4. InputSource オブジェクト 20.12.5. Attributes インタフェース 20.12.6. AttributesNS インタフ ...
https://man.plustar.jp/python/library/markup.html - [similar]
7. 単純文 (simple statement) — Python 3.6.5 ドキュメント 7571
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... (" [ target_list ] ")" | "[" [ target_list ] "]" | attributeref | subscription | slicing | "*" target ( at ... 問い合わせます; 代入を実行できない場合、例外 (通常は AttributeError ですが、必然ではありません) を送出します ... st | yield_expression ) augtarget ::= identifier | attributeref | subscription | slicing augop ::= "+=" | ... e target except for the last __setitem__() or __setattr__() call. 参考 PEP 526 - 変数と属性のアノテーション ...
https://man.plustar.jp/python/reference/simple_stmts.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 7571
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ( lambda x , name = name : x == name , self . list_attribute ) return L 過度な関数型スタイルで書かれた Pyt ... 起こります: proxy = weakref . proxy ( obj ) proxy . attr # Equivalent to obj.attr proxy . meth () # Equival ... ent to obj.meth() del obj proxy . attr # raises weakref.ReferenceError 参考 PEP 205 - 弱参 ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 7488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... object . Instances have the following methods and attributes: ZipInfo. is_dir ( ) ¶ Return True if this a ... ファイルヘッダのボリューム番号。 ZipInfo. internal_attr ¶ 内部属性。 ZipInfo. external_attr ¶ 外部ファイル ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 7488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 的にメソッドを呼び出すようにも出来ます。従来の __getattr__() の多くの用法は properties を使って書き換えるこ ... __ を調べられたとしても、クラスが継承や任意の __getattr__() フックを使っていたりすれば、これはなお不正確に ... セス ¶ かなりの数の洗練された Python クラスが、 __getattr__() を使って属性アクセスのフックを定義しています; ... ントロールする新しい方法を追加しました。 まず、 __getattr__(attr_name) は新スタイルクラスにおいてもなおサポー ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 7488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... るだけのものです: >>> def deco ( func ): ... func . attr = 'decorated' ... return func ... >>> @deco ... de ... pass ... >>> f <function f at 0x402ef0d4> >>> f . attr 'decorated' >>> もう少しだけ現実的な例として、続く ... ler , \ CGIXMLRPCRequestHandler , \ resolve_dotted_attribute Python 2.4 での文法的な変更は、単純に names を ... Handler , CGIXMLRPCRequestHandler , resolve_dotted_attribute ) その PEP は、全ての import 文が絶対インポー ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 7405
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が送出されることもあるので注意してください。これには AttributeError, EOFError, ImportError, IndexError が含ま ... は何も pickle 化されないので、以下の例ではクラス属性 attr が unpickle 化環境で復元されないことに注意してくだ ... さい class Foo : attr = 'A class attribute' picklestring = pickle . dump ... bj . __class__ , obj . __dict__ ) def load ( cls , attributes ): obj = cls . __new__ ( cls ) obj . __dict_ ...
https://man.plustar.jp/python/library/pickle.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 7405
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が無い場合にテストをスキップします: def skipUnlessHasattr ( obj , attr ): if hasattr ( obj , attr ): return ... skip ( " {!r} doesn't have {!r} " . format ( obj , attr )) 以下のデコレータはテストのスキップと予期された失 ... 3.5 で変更: name を巡回している間に ImportError か AttributeError が発生した場合、実行するとその例外を発生 ...
https://man.plustar.jp/python/library/unittest.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 7323
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... objobjargproc, destructor, freefunc, printfunc, getattrfunc, getattrofunc, setattrfunc, setattrofunc, cmpf ... */ destructor tp_dealloc ; printfunc tp_print ; getattrfunc tp_getattr ; setattrfunc tp_setattr ; PyAsyncM ... _hash ; ternaryfunc tp_call ; reprfunc tp_str ; getattrofunc tp_getattro ; setattrofunc tp_setattro ; /* F ... etiterfunc tp_iter ; iternextfunc tp_iternext ; /* Attribute descriptor and subclassing stuff */ struct Py ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
PREV 1 2 3 NEXT