Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 55 for lines (0.060 sec.)
8. エラーと例外 — Python 3.6.5 ドキュメント 6593
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... , arg ) else : print ( arg , 'has' , len ( f . readlines ()), 'lines' ) f . close () 追加のコードを追加する ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 6445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... .handlers import multiprocessing # Next two import lines for this demo only from random import choice , ran ... () When run, this produces a file with exactly two lines: 28/01/2015 07:21:23|INFO|Sample message| 28/01/20 ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 6445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... SIC program written by a French speaker might have lines like these: PRINT "MISE A JOUR TERMINEE" PRINT "PA ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
21.2. cgi --- CGI (ゲートウェイインタフェース規格) のサポート — Python 3.6.5 ド... 6445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... f fileitem . file : # It's an uploaded file; count lines linecount = 0 while True : line = fileitem . file ...
https://man.plustar.jp/python/library/cgi.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 6445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... def tail ( filename , n = 10 ): 'Return the last n lines of a file' with open ( filename ) as f : return de ...
https://man.plustar.jp/python/library/collections.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 6445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... から直接取得します。 バージョン 3.4 で追加. dis. findlinestarts ( code ) ¶ This generator function uses the c ... bject code to find the offsets which are starts of lines in the source code. They are generated as (offset, ...
https://man.plustar.jp/python/library/dis.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 6445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ine by applying str.rstrip to each line, including lines within multiline strings. 25.5.1.4. Run メニュー ( ... lem is fixed, one can run Idle with the -n command line switch. IDLE を -n コマンドラインスイッチを使って開 ...
https://man.plustar.jp/python/library/idle.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 6445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , __iter__ , __next__ , readable , readline , readlines , seekable , tell , writable , writelines RawIOBas ... Base から継承したメソッド、 encoding , errors , newlines 16.2.3.1. I/O 基底クラス ¶ class io. IOBase ¶ すべ ... めに open() に対する newline 引数が使われます。 readlines ( hint=-1 ) ¶ ストリームから行のリストを読み込んで ... 場合、読み込みをそこで終了します。 ただし、 file.readlines() を呼びださなくても for line in file: ... のように ...
https://man.plustar.jp/python/library/io.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 6445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 使用します。 class TextReader : """Print and number lines in a text file.""" def __init__ ( self , filename ...
https://man.plustar.jp/python/library/pickle.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 6445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 行構造 ¶ Python プログラムは多数の 論理行 (logical lines) に分割されます。 2.1.1. 論理行 (logical line) ¶ 論 ... s a sequence of characters terminated by an end-of-line sequence. In source files, any of the standard plat ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
PREV 1 2 3 4 5 6 NEXT