Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 37 for operator (0.061 sec.)
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7387
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ributed by Charles-François Natali in bpo-21565 .) operator ¶ attrgetter() , itemgetter() , and methodcaller() ... orts __truediv__() , __divmod__() and __matmul__() operators. (Contributed by Johannes Baiter in bpo-20968 , a ... rfind() , split() , partition() and the in string operator are now significantly faster for searching 1-chara ... linecache locale logging lzma math multiprocessing operator os pathlib pickle poplib re readline selectors shu ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
オブジェクトプロトコル (object protocol) — Python 3.6.5 ドキュメント 7340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ォルトの値を返そうとします。 この関数は Python の式 operator.length_hint(o, default) と同じです。 バージョン 3. ...
https://man.plustar.jp/python/c-api/object.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 7340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... d has the same signature. It is also used by the + operator, after trying the numeric addition via the nb_add ... d has the same signature. It is also used by the * operator, after trying numeric multiplication via the nb_mu ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 7340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... es not include the trailing colon. Used for the in operator. For example: if 'message-id' in myMessage : print ...
https://man.plustar.jp/python/library/email.message.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 7340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 実行のためのイテレータ生成関数 次のトピックへ 10.3. operator --- 関数形式の標準演算子 ナビゲーション 索引 モジュ ...
https://man.plustar.jp/python/library/functools.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... --- 高階関数と呼び出し可能オブジェクトの操作 10.3. operator --- 関数形式の標準演算子 11. ファイルとディレクトリ ...
https://man.plustar.jp/python/library/index.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 7340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 実装できます。これは、Python の演算子オーバロード ( operator overloading ) へのアプローチです。これにより、クラ ... せん。 object. __length_hint__ ( self ) ¶ 呼び出して operator.length_hint() を実装します。 オブジェクトの推定され ... なりません。 object. __index__ ( self ) ¶ 呼び出して operator.index() を実装します。 Python が数値オブジェクトを ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
3. 形式ばらない Python の紹介 — Python 3.6.5 ドキュメント 7340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... discards the fractional part 5 >>> 17 % 3 # the % operator returns the remainder of the division 2 >>> 5 * 3 ...
https://man.plustar.jp/python/tutorial/introduction.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 定することが出来ます。 (Contributed by John Lenton.) operator モジュールに methodcaller() 関数が追加されています ... o lambda s: s.replace('old', 'new') >>> replacer = operator . methodcaller ( 'replace' , 'old' , 'new' ) >>> r ... ルックアップをするようになりました: >>> inst_name = operator . attrgetter ( ... '__class__.__name__' ) >>> inst ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 7293
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 前付きタプルに変換するには、 ** 演算子 (double-star-operator, 引数リストのアンパック で説明しています) を使いま ...
https://man.plustar.jp/python/library/collections.html - [similar]
PREV 1 2 3 4 NEXT