Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 30 for lineno (0.058 sec.)
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7262
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... at ( most recent call first ): File "example.py" , lineno 4 return open ( __file__ ) File "example.py" , lin ... egative line number delta. Functions using frame.f_lineno , PyFrame_GetLineNumber() or PyCode_Addr2Line() ar ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 7067
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... g 属性に、警告が発生したソース行を filename 属性と lineno 属性に格納します。これは警告発生時に捕捉された警告 ... , cm . filename ) self . assertEqual ( 320 , cm . lineno ) このメソッドは呼び出されたときに警告フィルタを無 ...
https://man.plustar.jp/python/library/unittest.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 6969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... です。 バージョン 3.2 で追加: オプションの source と lineno が属性および __init__() への引数として加えられまし ...
https://man.plustar.jp/python/library/configparser.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 6969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... code ) ¶ This generator function uses the co_firstlineno and co_lnotab attributes of the code object code t ... in the source code. They are generated as (offset, lineno) pairs. See Objects/lnotab_notes.txt for the co_ln ...
https://man.plustar.jp/python/library/dis.html - [similar]
5. 組み込み例外 — Python 3.6.5 ドキュメント 6969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 単にアクセスできるようにするために、属性 filename , lineno , offset , text を持ちます。例外インスタンスに対す ...
https://man.plustar.jp/python/library/exceptions.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 6969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 pos ¶ doc の、解析に失敗した開始インデクスです。 lineno ¶ pos に対応する行です。 colno ¶ pos に対応する列で ...
https://man.plustar.jp/python/library/json.html - [similar]
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 6969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 提供しています。以下を参照してください。 ExpatError. lineno ¶ エラーが検出された場所の行番号です。最初の行の番 ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 6969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... コードのコンパイルが行われたファイル名です; co_firstlineno は関数の最初の行番号です; co_lnotab はバイトコード ... 先頭で呼び出される関数です (デバッガに使われます); f_lineno はフレーム中における現在の行番号です --- トレース関 ... e は現在のレベルにおける実行フレームを指します; tb_lineno は例外の発生した行番号です; tb_lasti は厳密な命令コ ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 6872
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... た場所のインデックスです ( None の場合もあります)。 lineno ¶ pos に対応する行です ( None の場合もあります)。 ...
https://man.plustar.jp/python/library/re.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6872
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... eptions have new attributes, msg , pattern , pos , lineno , and colno , that provide better context informat ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV 1 2 3 NEXT