Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 59 for contains (0.076 sec.)
3. データモデル — Python 3.6.5 ドキュメント 7280
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ンスは両方とも、効率の良い in 演算子が使えるように __contains__() メソッドを実装すべきです; マッピングでは in は ... がシーケンスでなくてもよいようにできます。 object. __contains__ ( self , item ) ¶ 帰属テスト演算を実装するために ... 、キーに対する帰属テストを考えなければなりません。 __contains__() を定義しないオブジェクトに対しては、メンバシッ ... 。 [2] __hash__() , __iter__() , __reversed__() , __contains__() メソッドはこのような特別な扱われ方をします; 他 ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 7090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... てのキーと値のペアを除去して空にします。 int PyDict_Contains ( PyObject *p , PyObject *key ) ¶ 辞書 p に key が ...
https://man.plustar.jp/python/c-api/dict.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 7090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . The producer indicates exhaustion ( i.e. that it contains no more data) by having its more() method return t ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 7090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ge is of necessity transformed into something that contains only ASCII characters, using the standard email RF ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 7090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dDict ) of parameters' names to arguments' values. Contains only explicitly bound arguments. Changes in argume ... lineno, function, code_context, index) . The tuple contains the frame object, the filename, the line number of ...
https://man.plustar.jp/python/library/inspect.html - [similar]
31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 7090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... der objects for the given module name. If fullname contains a '.', the finders will be for the package contain ...
https://man.plustar.jp/python/library/pkgutil.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 7090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a=True was given as an init argument, otherwise it contains the following keys: mail_options : MAIL コマンドが ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 7090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e has an additional property named exact_type that contains the exact operator type for token.OP tokens. For a ...
https://man.plustar.jp/python/library/tokenize.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 7090
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... setitem__() , __delitem__() そして __iter__() か __contains__() のどちらかに対応します。 >>> class Container : ... ソッド: __getitem__ , __setitem__ , __delitem__ , __contains__ , __len__ , __iter__ , __reversed__ , __missing_ ... tImplemented __ge__ : NotImplemented __int__ : 1 __contains__ : False __len__ : 0 __iter__ : iter([]) __exit__ ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 6900
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... __call__') operator.sequenceIncludes(obj) operator.contains(obj) operator.isSequenceType(obj) isinstance(obj, ...
https://man.plustar.jp/python/library/2to3.html - [similar]
PREV 1 2 3 4 5 6 NEXT