Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 151 - 156 of about 156 for all (0.071 sec.)
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 4844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 80000000 >>> factorial(-1) Traceback (most recent call last): ... ValueError: n must be >= 0 Factorials o ... teger: >>> factorial(30.1) Traceback (most recent call last): ... ValueError: n must be exact integer >>> ... arge: >>> factorial(1e100) Traceback (most recent call last): ... OverflowError: n too large """ import m ... actorial(1e100) Expecting: Traceback (most recent call last): ... OverflowError: n too large ok 2 items p ...
https://man.plustar.jp/python/library/doctest.html - [similar]
31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 4844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r finding a loader for the specified module. Originally specified in PEP 302 , this method was meant for ... トです。 バージョン 3.3 で追加. importlib.machinery. all_suffixes ( ) ¶ 標準のインポート機構によって認識され ... ute can be mutated along with not using slots . Finally, modules which substitute the object placed into ... バージョン 3.5 で追加. バージョン 3.6 で変更: Began calling create_module() , removing the compatibility wa ...
https://man.plustar.jp/python/library/importlib.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 4844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... str. upper ( ) ¶ Return a copy of the string with all the cased characters [4] converted to uppercase. N ... プリフィックスを付けます: シングルクォート: b'still allows embedded "double" quotes' ダブルクォート: b"sti ... ll allows embedded 'single' quotes" . 3重クォート: b'''3 ... tations are based on ASCII text, bytes objects actually behave like immutable sequences of integers, with ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
25.2. tkinter.ttk --- Tk のテーマ付きウィジェット — Python 3.6.5 ドキュメント 4844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... するピクセル単位の座標です。 instate ( statespec , callback=None , *args , **kw ) ¶ ウィジェットの状態をチ ... 数のインデックスの) カラム識別子のリストか、文字列 "#all" です。 高さ 表示する行数を指定します。メモ: 表示に ... に設定します。 tag_bind ( tagname , sequence=None , callback=None ) ¶ 与えられたイベント sequence 用のコール ...
https://man.plustar.jp/python/library/tkinter.ttk.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 4844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... よう強く奨めます。この操作をする際には、' try ... finally ' 文や、 ' with ' 文を使うと便利です。 他のオブジ ... マッピング型の例を提供しています。 呼び出し可能型 (callable type) 関数呼び出し操作 ( 呼び出し (call) 参照) ... async for 文で関数の本体を実行するのに使えます。 Calling the asynchronous iterator's aiterator.__anext__ ... he function executes an empty return statement or falls off the end, a StopAsyncIteration exception is ra ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 4844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... coding isn't specified, the default encoding is usually 7-bit ASCII, though it can be changed for your Py ... thon installation by calling the sys.setdefaultencoding(encodin ... に書けるでしょう: # Given the list L, make a list of all strings # containing the substring S. sublist = fi ... した。 Vladimir Marangozov の手による、待ち望まれた malloc の再編成が完了しました。これは Python インタプリ ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
PREV 7 8 9 10 11 12 13 14 15 16 NEXT