Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 249 for FOR (0.070 sec.)
31.4. runpy --- Python モジュールの位置特定と実行 — Python 3.6.5 ドキュメント 4719
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... セットされます。 __spec__ will be set appropriately for the actually imported module (that is, __spec__.na ... P 451 . This allows __cached__ to be set correctly for modules run this way, as well as ensuring the real ... ath entry, then __spec__ will be set appropriately for the imported __main__ module (that is, __spec__.na ... 書かれ実装された PEP。 PEP 451 -- A ModuleSpec Type for the Import System PEP written and implemented by E ...
https://man.plustar.jp/python/library/runpy.html - [similar]
16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 4719
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... -clock 秒で返します。この関数は Win32 関数 QueryPerformanceCounter() に基づいていて、その精度は通常 1 マイ ... ecified clock clk_id . Refer to Clock ID Constants for a list of accepted values for clk_id . 利用できる環 ... rrently, CLOCK_REALTIME is the only accepted value for clk_id . 利用できる環境 : Unix 。 バージョン 3.3 で ... o get the clock value. Refer to Clock ID Constants for possible values. monotonic : クロック値が後戻りする ...
https://man.plustar.jp/python/library/time.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 4689
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... terval = 45 Compression = yes CompressionLevel = 9 ForwardX11 = yes [bitbucket.org] User = hg [topsecret. ... server.com] Port = 50022 ForwardX11 = no INI ファイルの構造は 下のセクション で ... ] = '50022' # mutates the parser >>> topsecret [ 'ForwardX11' ] = 'no' # same here >>> config [ 'DEFAULT ... ' ][ 'ForwardX11' ] = 'yes' >>> with open ( 'example.ini' , ...
https://man.plustar.jp/python/library/configparser.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 4689
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ritelines ( context_diff ( s1 , s2 , fromfile = 'before.py' , tofile = 'after.py' )) *** before.py --- af ... ritelines ( unified_diff ( s1 , s2 , fromfile = 'before.py' , tofile = 'after.py' )) --- before.py +++ af ... ycdf" >>> s = SequenceMatcher ( None , a , b ) >>> for tag , i1 , i2 , j1 , j2 in s . get_opcodes (): ... ... a[ {} : {} ] --> b[ {} : {} ] {!r:>8} --> {!r} ' . format ( ... tag , i1 , i2 , j1 , j2 , a [ i1 : i2 ], ...
https://man.plustar.jp/python/library/difflib.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 4689
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rllib . error . HTTPError : return 'Not Found' >>> for n in 8 , 290 , 308 , 320 , 8 , 218 , 320 , 279 , 2 ... turn fib ( n - 1 ) + fib ( n - 2 ) >>> [ fib ( n ) for n in range ( 16 )] [ 0 , 1 , 1 , 2 , 3 , 5 , 8 , 1 ... e : value = next ( it ) else : value = initializer for element in it : value = function ( value , element ... . if verbose : ... print ( "Enumerate this:" ) ... for i , elem in enumerate ( arg ): ... print ( i , ele ...
https://man.plustar.jp/python/library/functools.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 4689
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... moved. The hook is called with no arguments just before readline prints the first prompt. readline. set_p ... after the first prompt has been printed and just before readline starts reading input characters. This fu ... nction only exists if Python was compiled for a version of the library that supports it. 6.7.6. ... used by rlcompleter to complete Python identifiers for the interactive interpreter. If the readline modul ...
https://man.plustar.jp/python/library/readline.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 4689
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... タ表現形式のデータベースにアクセスします。 locale の format() 関数の grouping 属性を使えば、数値を適切な桁区 ... ping of conventions >>> x = 1234567.8 >>> locale . format ( " %d " , x , grouping = True ) '1,234,567' >> ... > locale . format_string ( " %s%.*f " , ( conv [ 'currency_symbol ... put ( 'Enter rename style ( %d -date %n-seqnum %f -format): ' ) Enter rename style (%d-date %n-seqnum %f- ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 4649
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... e() (またはその同族のひとつ) を y* 、 w* または s* format codes のいずれかとともに呼び出す。 どちらのケー ... 分のbyte単位のサイズ。 struct.calcsize() を非NULLの format 値に対して呼び出した結果と同じです。 重要な例外 ... : 消費者が PyBUF_FORMAT フラグを設定することなくバッファを要求した場合、 ... format は NULL に設定されます。 しかし itemsize は元の ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 4649
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... licy implements the standard accept / reject rules for Netscape and RFC 2965 cookies. By default, RFC 210 ... 5 rules. However, if RFC 2965 handling is turned off or rfc2109_as_netscape is True , RFC 2109 cookies ar ... equest . The request is used to set default values for cookie-attributes as well as for checking that the ... save() と同じです。 The named file must be in the format understood by the class, or LoadError will be r ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 4649
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet M ... il Extensions) Part Two: Message Header Extensions for Non-ASCII Text" で記述されているところの "Q"-エンコ ...
https://man.plustar.jp/python/library/quopri.html - [similar]