Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 37 for operator (0.074 sec.)
11. ファイルとディレクトリへのアクセス — Python 3.6.5 ドキュメント 7529
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , 標準 , ライブラリ , クラス 前のトピックへ 10.3. operator --- 関数形式の標準演算子 次のトピックへ 11.1. path ...
https://man.plustar.jp/python/library/filesys.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 7529
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... mary バージョン 3.5 で追加. 6.5. べき乗演算 (power operator) ¶ べき乗演算は、左側にある単項演算子よりも強い結合 ... 点も C 言語と違います: comparison ::= or_expr ( comp_operator or_expr )* comp_operator ::= "<" | ">" | "==" | "> ... d across their types. They define order comparison operators to mean subset and superset tests. Those relation ... として定義されています。 6.10.3. 同一性の比較 ¶ The operators is and is not test for object identity: x is y is ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
29.10. __future__ --- future 文の定義 — Python 3.6.5 ドキュメント 7482
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... vision 2.2.0a2 3.0 PEP 238 : Changing the Division Operator absolute_import 2.5.0a1 3.0 PEP 328 : Imports: Mul ...
https://man.plustar.jp/python/library/__future__.html - [similar]
Python 言語リファレンス — Python 3.6.5 ドキュメント 7482
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 3. プライマリ 6.4. Await 式 6.5. べき乗演算 (power operator) 6.6. 単項算術演算とビット単位演算 (unary arithmet ...
https://man.plustar.jp/python/reference/index.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 7482
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... tifier) , キーワード(keyword) , リテラル , 演算子 (operator) , デリミタ (delimiter) が存在します。空白文字 (上 ... ください; -1 のような句は、実際には単項演算子 (unary operator) ' - ' とリテラル 1 を組み合わせたものです。 2.4.5 ... す。リスト後半の累算代入演算子 (augmented assignment operator) は、字句的にはデリミタとして振舞いますが、演算も行 ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 7482
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... プを抽出します。 (Contributed by Jürgen A. Erhard.) operator モジュールに 2 つの関数 attrgetter(attr) と itemge ... , ( 'd' , 1 ), ( 'a' , 4 ), ( 'b' , 3 )] >>> map ( operator . itemgetter ( 0 ), L ) ['c', 'd', 'a', 'b'] >>> m ... ap ( operator . itemgetter ( 1 ), L ) [2, 1, 4, 3] >>> sorted ( ... L , key = operator . itemgetter ( 1 )) # Sort list by second tuple it ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
10. 完全な文法仕様 — Python 3.6.5 ドキュメント 7435
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... op expr ) * # <> isn't actually a valid comparison operator in Python. It's here for the # sake of a __future_ ...
https://man.plustar.jp/python/reference/grammar.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7435
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ます。 (Contributed by Nick Coghlan in bpo-19946 .) operator ¶ 新規関数 length_hint() は、言語仕様となった特殊メ ... て、また Python 実装の代替として用いることが出来る、 operator モジュールのピュア Python 版が書かれました。 (Cont ... 。 (Contributed by Christian Heimes in bpo-16632 .) operator.length_hint() と等価な C API 関数 PyObject_LengthH ... ect ipaddress logging marshal mmap multiprocessing operator os pdb pickle plistlib poplib pprint pty pydoc re ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7387
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ct base classes (Complex, Real, Integral, etc.). o operator Functions corresponding to the standard operators. ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 7387
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... には 'b' 、Unicode 文字には 'u' を使用してください。 operator モジュールの整理: sequenceIncludes() および isCall ... ance(f, collections.Callable) を使用してください。 operator.isCallable() も削除されました。 coerce() は削除され ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
PREV 1 2 3 4 NEXT