Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 4 of about 4 for getline (0.014 sec.)
11.9. linecache --- テキストラインにランダムアクセスする — Python 3.6.5 ドキュ... 12408
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... モジュールでは次の関数が定義されています: linecache. getline ( filename , lineno , module_globals=None ) ¶ file ... arcache ( ) ¶ キャッシュをクリアします。それまでに getline() を使って読み込んだファイルの行が必要でなくなった ... based module to permit getting its lines later via getline() even if module_globals is None in the later call ... ログラム例です: >>> import linecache >>> linecache . getline ( linecache . __file__ , 8 ) 'import sys\n' 関連キ ...
https://man.plustar.jp/python/library/linecache.html - [similar]
ファイルオブジェクト — Python 3.6.5 ドキュメント 8525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ると例外を設定して -1 を返します。 PyObject * PyFile_GetLine ( PyObject *p , int n ) ¶ Return value: New refere ...
https://man.plustar.jp/python/c-api/file.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 8136
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... lineno , stat . size / 1024 )) line = linecache . getline ( frame . filename , frame . lineno ) . strip () i ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7877
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... based module to permit getting its lines later via getline() . This avoids doing I/O until a line is actually ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV 1 NEXT