Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 55 for lines (0.048 sec.)
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 6756
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . encode ( splitchars='; , \t' , maxlinelen=None , linesep='\n' ) ¶ メッセージヘッダを RFC に沿ったやり方で ... nelen はインスタンスの最大行長の値を上書きします。 linesep specifies the characters used to separate the li ... ied in order to produce headers with RFC-compliant line separators. バージョン 3.2 で変更: linesep 引数が追 ...
https://man.plustar.jp/python/library/email.header.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 6756
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... omments ( object ) ¶ Return in a single string any lines of comments immediately preceding the object's sou ... は、 TypeError 例外が発生します。 inspect. getsourcelines ( object ) ¶ オブジェクトのソース行のリストと開始行 ... of the current line, the function name, a list of lines of context from the source code, and the index of ...
https://man.plustar.jp/python/library/inspect.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 6756
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... h ( length ) ¶ Set or return the desired number of lines to save in the history file. The write_history_fil ... first prompt has been printed and just before readline starts reading input characters. This function only ...
https://man.plustar.jp/python/library/readline.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 6756
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... >>> ' 1 2 3 ' . split () ['1', '2', '3'] str. splitlines ( [ keepends ] ) ¶ 文字列を改行部分で分解し、各行か ... 行境界で分解します。特に、以下の境界は universal newlines のスーパーセットです。 表現 説明 \n 改行 \r 復帰 \ ... 。 例えば: >>> 'ab c \n\n de fg \r kl \r\n ' . splitlines () ['ab c', '', 'de fg', 'kl'] >>> 'ab c \n\n de f ... g \r kl \r\n ' . splitlines ( keepends = True ) ['ab c\n', '\n', 'de fg\r', 'k ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 6756
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... e This module provides random access to individual lines from text files. locale Internationalization servi ... pipes (Unix) A Python interface to Unix shell pipelines. pkgutil Utilities for the import system. platform ... lar expression operations. readline (Unix) GNU readline support for Python. reprlib Alternate repr() implem ...
https://man.plustar.jp/python/py-modindex.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 6756
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... ike operating systems have native support for such lines and they are commonly used on such systems to indi ... n the file specifies import site . Blank paths and lines starting with # are ignored. Each path may be abso ...
https://man.plustar.jp/python/using/windows.html - [similar]
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 6593
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ( i > 0 ) add_history ( line ); /* save non-empty lines */ if ( NULL == code ) /* nothing in code yet */ j ...
https://man.plustar.jp/python/faq/extending.html - [similar]
関数型プログラミング HOWTO — Python 3.6.5 ドキュメント 6593
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 関数 ... しい関数を定義する必要はまったくありません: stripped_lines = [ line . strip () for line in lines ] existing_f ...
https://man.plustar.jp/python/howto/functional.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 6593
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... UT_FILENO ) ¶ ターミナル (端末) のサイズ (columns, lines) を、 terminal_size 型のタプルで返します。 オプショ ... inal_size ¶ ターミナルウィンドウのサイズ (columns, lines) を保持するタプルのサブクラスです。 columns ¶ ター ... ミナルウィンドウの横幅 (文字数) です。 lines ¶ ターミナルウィンドウの高さ (文字数) です。 16.1. ...
https://man.plustar.jp/python/library/os.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 6593
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ze () 1 >>> turtle . pensize ( 10 ) # from here on lines of width 10 are drawn turtle. pen ( pen=None , **p ... or, i. e. the tangent of the shear angle, by which lines parallel to the heading of the turtle are sheared. ...
https://man.plustar.jp/python/library/turtle.html - [similar]
PREV 1 2 3 4 5 6 NEXT