Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 35 for 判定 (0.115 sec.)
シーケンス型プロトコル (sequence protocol) — Python 3.6.5 ドキュメント 7733
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... *o , PyObject *value ) ¶ o に value が入っているか判定します。 o のある要素が value と等価 (equal) ならば ...
https://man.plustar.jp/python/c-api/sequence.html - [similar]
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 7638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... *p , PyObject *key ) ¶ 辞書 p に key が入っているか判定します。 p の要素が key に一致した場合は 1 を返し、そ ...
https://man.plustar.jp/python/c-api/dict.html - [similar]
8.4. collections.abc --- コレクションの抽象基底クラス — Python 3.6.5 ドキュメン... 7638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... か、例えばハッシュ可能であるかやマッピングであるかを判定します。 8.4.1. コレクション抽象基底クラス ¶ collect ...
https://man.plustar.jp/python/library/collections.abc.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 7638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 逆順の反復もサポートしています。 OrderedDict 間の等価判定は順序が影響し、 list(od1.items())==list(od2.items() ... ェクトと他のマッピング ( Mapping ) オブジェクトの等価判定は、順序に影響されず、通常の辞書と同様です。これによ ...
https://man.plustar.jp/python/library/collections.html - [similar]
21.23. http.cookies --- HTTPの状態管理 — Python 3.6.5 ドキュメント 7638
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ervedKey ( K ) ¶ K が Morsel のキーであるかどうかを判定します。 Morsel. output ( attrs=None , header='Set-C ...
https://man.plustar.jp/python/library/http.cookies.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 7542
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 利用者は PyBuffer_IsContiguous() を呼び出して連続性を判定する必要があるでしょう。 リクエスト shape strides su ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
29.7. abc --- 抽象基底クラス — Python 3.6.5 ドキュメント 7542
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 関数 issubclass() によって登録した ABC のサブクラスと判定されますが、登録した ABC は MRO (Method Resolution O ...
https://man.plustar.jp/python/library/abc.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 7542
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... または False のどちらかを返します。 x は標準の 真理値判定手続き を用いて変換されます。 x が偽または省略されて ... 返されるのと同じオブジェクトです。 オブジェクトの型の判定には、 isinstance() 組み込み関数を使うことが推奨され ...
https://man.plustar.jp/python/library/functions.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7542
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... モジュールで追加される定数 4. 組み込み型 4.1. 真理値判定 4.2. ブール演算 --- and , or , not 4.3. 比較 4.4. ...
https://man.plustar.jp/python/library/index.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 7542
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... d for 'raise ValueError()' 例外が発生したかどうかを判定したいだけで、その例外を処理するつもりがなければ、単 ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
PREV 1 2 3 4 NEXT