Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 82 for traceback (0.078 sec.)
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 6511
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rminated by an exception, this returns the list of traceback frames. フレームは常に古いものから新しい物へ並んで ... トレースバックでは最古のものから返されます。 (これは traceback モジュールの振る舞いと一致します。) いかんともしが ... この出力は get_stack() によって回収されたフレームで、traceback モジュールのそれと同じです。引数 limit は get_stac ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6511
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... . next () 1 >>> gen . next () 2 >>> gen . next () Traceback (most recent call last): File "stdin" , line 1 , i ... ような出力をします: ERROR : root : Problem recorded Traceback ( most recent call last ): File "t.py" , line 6 , ... >>> a [0, 1, -1, 3] >>> a [:: 2 ] = [ 0 , 1 , 2 ] Traceback (most recent call last): File "<stdin>" , line 1 , ... : >>> d = { 1 : 2 } >>> d {1: 2} >>> d . pop ( 4 ) Traceback (most recent call last): File "stdin" , line 1 , i ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 6511
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 呼び出されます。これは例外の詳細です ( type, value, traceback , これは sys.exc_info() が返す値と同じで、例外が起 ... () メソッドが呼び出されます。ただし type , value , traceback は全て None です。 例を通じて考えましょう。枝葉末節 ... ircle ( Drawable ): ... pass ... >>> c = Circle () Traceback (most recent call last): File "<stdin>" , line 1 , ... . urlopen ( "http://slow.example.com" , timeout=3) Traceback (most recent call last): ... urllib2.URLError : <u ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 6457
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... x += 1 は UnboundLocalError になります: >>> foo () Traceback (most recent call last): ... UnboundLocalError : l ... ます: >>> a_tuple = ( 1 , 2 ) >>> a_tuple [ 0 ] += 1 Traceback (most recent call last): ... TypeError : 'tuple' o ... ult = a_tuple [ 0 ] + 1 >>> a_tuple [ 0 ] = result Traceback (most recent call last): ... TypeError : 'tuple' o ... [ 'foo' ], 'bar' ) >>> a_tuple [ 0 ] += [ 'item' ] Traceback (most recent call last): ... TypeError : 'tuple' o ...
https://man.plustar.jp/python/faq/programming.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 6457
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を raise E(V) に、 raise E, V, T を raise E(V).with_traceback(T) に変換します。例外の代わりにタプルを使用すること ... 廃止された sys.exc_value , sys.exc_type , sys.exc_traceback の代わりに sys.exc_info() を使うように変更します。 ...
https://man.plustar.jp/python/library/2to3.html - [similar]
11.9. linecache --- テキストラインにランダムアクセスする — Python 3.6.5 ドキュ... 6457
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ソースファイルの任意の行を取得するのを可能にします。 traceback モジュールは、整形されたトレースバックにソースコー ...
https://man.plustar.jp/python/library/linecache.html - [similar]
29.10. __future__ --- future 文の定義 — Python 3.6.5 ドキュメント 6402
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Y , 導入 , ドキュメント , int 前のトピックへ 29.9. traceback --- スタックトレースの表示または取得 次のトピックへ ...
https://man.plustar.jp/python/library/__future__.html - [similar]
29.8. atexit --- 終了ハンドラ — Python 3.6.5 ドキュメント 6402
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 29.7. abc --- 抽象基底クラス 次のトピックへ 29.9. traceback --- スタックトレースの表示または取得 ナビゲーション ...
https://man.plustar.jp/python/library/atexit.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 6402
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... バッガーフレームワーク 27.2. faulthandler --- Python tracebackのダンプ 27.3. pdb --- Python デバッガ 27.4. Python ... 抽象基底クラス 29.8. atexit --- 終了ハンドラ 29.9. traceback --- スタックトレースの表示または取得 29.10. __futu ...
https://man.plustar.jp/python/library/index.html - [similar]
29. Python ランタイムサービス — Python 3.6.5 ドキュメント 6402
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... atexit --- 終了ハンドラ 29.8.1. atexit の例 29.9. traceback --- スタックトレースの表示または取得 29.9.1. Trace ...
https://man.plustar.jp/python/library/python.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT