Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 59 for contains (0.034 sec.)
8.4. collections.abc --- コレクションの抽象基底クラス — Python 3.6.5 ドキュメン... 17288
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ているクラス 抽象メソッド mixin メソッド Container __contains__ Hashable __hash__ Iterable __iter__ Iterator Ite ... __call__ Collection Sized , Iterable , Container __contains__ , __iter__ , __len__ Sequence Reversible , Colle ... ction __getitem__ , __len__ __contains__ , __iter__ , __reversed__ , index , count Mutabl ... n__ Sequence から継承したメソッド Set Collection __contains__ , __iter__ , __len__ __le__ , __lt__ , __eq__ , ...
https://man.plustar.jp/python/library/collections.abc.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 9395
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... rs are present in the built binary by seeing if it contains a ".note.stapsdt" section. $ readelf -S ./python | ... rguments: 8@%rbp 8@%r12 -4@%eax The above metadata contains information for SystemTap describing how it can pa ... 出力はこのようになります: 11408 python(8274): => __contains__ in Lib/_abcoll.py:362 11414 python(8274): => __g ... etitem__ in Lib/os.py:426 11433 python(8274): <= __contains__ in Lib/_abcoll.py:366 それぞれの列の内容は次の通 ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 9205
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 複製されたものもふくめてヘッダ数の合計を返します。 __contains__ ( name ) ¶ Return true if the message object has ... hich case only the key will be added. If the value contains non-ASCII characters, the charset and language may ... ints. If a three tuple is not passed and the value contains non-ASCII characters, it is automatically encoded ... alternative header to Content-Type . If the value contains non-ASCII characters, the charset and language may ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 8622
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is specified as -0000 (indicating it is in UTC but contains no information about the source timezone), then da ... dresses from the header value. If the header value contains any groups, the individual addresses from the grou ... by the header value. If the header value actually contains more than one address (which would be a violation ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
Set オブジェクト — Python 3.6.5 ドキュメント 8243
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... クを行わない、 PySet_Size() のマクロ形式。 int PySet_Contains ( PyObject *anyset , PyObject *key ) ¶ 見つかったら ... 、エラーが発生した場合は -1 を返します。 Python の __contains__() メソッドと違って、この関数は非ハッシュ set を一 ...
https://man.plustar.jp/python/c-api/set.html - [similar]
10.3. operator --- 関数形式の標準演算子 — Python 3.6.5 ドキュメント 8243
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ス a および b について a + b を返します。 operator. contains ( a , b ) ¶ operator. __contains__ ( a , b ) ¶ b i ... seq1 + seq2 concat(seq1, seq2) 包含判定 obj in seq contains(seq, obj) 除算 a / b truediv(a, b) 除算 a // b flo ...
https://man.plustar.jp/python/library/operator.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 7863
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ソッドテーブルよりも前にロードされるので、例えば sq_contains スロットはラップしているメソッド __contains__() を ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7863
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... mand subpackage. distutils.command This subpackage contains one module for each standard Distutils command. di ... objects to streams of bytes and back. pickletools Contains extensive comments about the pickle protocols and ...
https://man.plustar.jp/python/py-modindex.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 7863
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... may also use await expressions. If a comprehension contains either async for clauses or await expressions it i ... nchronous comprehension. If a generator expression contains either async for clauses or await expressions it i ... 従って "" in "abc" は True を返すことになります。 __contains__() メソッドを実装したユーザ定義クラスでは、 y.__c ... True となり、そうでない場合は False となります。 __contains__() を定義していないが __iter__() は定義しているユ ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 7659
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s opcode is only emitted if a class or module body contains variable annotations statically. バージョン 3.6 で ... sumed from the stack. The top element on the stack contains a tuple of keys. バージョン 3.6 で追加. BUILD_STRI ... itional and keyword). The top element on the stack contains a tuple of keyword argument names. Below the tuple ...
https://man.plustar.jp/python/library/dis.html - [similar]
PREV 1 2 3 4 5 6 NEXT