Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 273 for THE (0.260 sec.)
5. データ構造 — Python 3.6.5 ドキュメント 4435
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... raham" ) # Graham arrives >>> queue . popleft () # The first to arrive now leaves 'Eric' >>> queue . popl ... eft () # The second to arrive now leaves 'John' >>> queue # Rem ... 4 , - 2 , 0 , 2 , 4 ] >>> # create a new list with the values doubled >>> [ x * 2 for x in vec ] [-8, -4, ... 0, 4, 8] >>> # filter the list to exclude negative numbers >>> [ x for x in ...
https://man.plustar.jp/python/tutorial/datastructures.html - [similar]
13.4. lzma --- LZMA アルゴリズムを使用した圧縮 — Python 3.6.5 ドキュメント 4425
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トを指定します。以下の値が指定できます: FORMAT_XZ : The .xz コンテナフォーマット。 デフォルトのフォーマット ... デフォルトは 1 で、隣接するバイトの差異を扱います。 The BCJ filters are intended to be applied to machine ... code. They convert relative branches, calls and jumps in the ... code to use absolute addressing, with the aim of increasing the redundancy that can be explo ...
https://man.plustar.jp/python/library/lzma.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 4425
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... )]) >>> od1 == od2 False >>> # Move 'third' key to the end >>> del od2 [ 'third' ]; od2 [ 'third' ] = 3 > ... : 'standard' , 'level' : 'ERROR' }}, # Specify all the subordinate loggers 'loggers' : { 'network' : { 'h ... dlers' : [ 'netlog' ] } }, # Specify properties of the root logger 'root' : { 'handlers' : [ 'syslog' ] } ... ', 'A') >>> m2 = m [ 0 : 26 ] # Slicing returns another memoryview >>> m2 <memory at 0x37f080> view の内容 ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
19.8. binascii --- バイナリデータと ASCII データとの間での変換 — Python 3.6.5 ... 4406
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... of ASCII characters in quoted-printable encoding. The return value is the converted line(s). If the opti ... and true, all tabs and spaces will be encoded. If the optional argument istext is present and true, newl ... ncoded but trailing whitespace will be encoded. If the optional argument header is present and true, spac ... es will be encoded as underscores per RFC1522. If the optional argument header is present and false, new ...
https://man.plustar.jp/python/library/binascii.html - [similar]
27.2. faulthandler --- Python tracebackのダンプ — Python 3.6.5 ドキュメント 4406
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。そうでなければ現在のスレッドのみダンプします。 The file must be kept open until the fault handler is ... 間をリセットします。タイマーの分解能は1秒未満です。 The file must be kept open until the traceback is dump ... ain が True であれば以前のハンドラも呼び出します。 The file must be kept open until the signal is unregis ... mentation fault on Linux with and without enabling the fault handler: $ python3 -c "import ctypes; ctypes ...
https://man.plustar.jp/python/library/faulthandler.html - [similar]
6.6. stringprep --- インターネットのための文字列調製 — Python 3.6.5 ドキュメン... 4406
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nameprep で、国際化されたドメイン名に使われます。 The module stringprep only exposes the tables from RFC ... 3454. As these tables would be very large to represent them as ... dictionaries or lists, the module uses the Unicode character database interna ... lly. The module source code itself was generated using the ...
https://man.plustar.jp/python/library/stringprep.html - [similar]
17.6. sched --- イベントスケジューラ — Python 3.6.5 ドキュメント 4386
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... argument=() , kwargs={} ) ¶ Schedule a new event. The time argument should be a numeric type compatible ... with the return value of the timefunc function passed to th ... e constructor. Events scheduled for the same time will be executed in the order of their p ...
https://man.plustar.jp/python/library/sched.html - [similar]
6.1. string --- 一般的な文字列操作 — Python 3.6.5 ドキュメント 4386
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ::= "r" | "s" | "a" format_spec ::= <described in the next section> もっと簡単にいうと、置換フィールドは ... インデックス参照を行います。 バージョン 3.1 で変更: The positional argument specifiers can be omitted, so ... argument "Bring me a {} " # Implicitly references the first positional argument "From {} to {} " # Same ... 例です: "Harold's a clever {0!s} " # Calls str() on the argument first "Bring out the holy {name!r} " # Ca ...
https://man.plustar.jp/python/library/string.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 4386
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、 'action -> assertion' パターンに基づいています。 There is a backport of unittest.mock for earlier versi ... alled_once_with ( *args , **kwargs ) ¶ Assert that the mock was called exactly once and that that call wa ... s with the specified arguments. >>> mock = Mock ( return_valu ... led_once_with ( 'foo' , bar = 'baz' ) >>> mock ( 'other' , bar = 'values' ) >>> mock . assert_called_once ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
11.7. glob --- Unix 形式のパス名のパターン展開 — Python 3.6.5 ドキュメント 4377
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 式のパス名のパターン展開 ¶ ソースコード: Lib/glob.py The glob module finds all the pathnames matching a spe ... cified pattern according to the rules used by the Unix shell, although results are ... ] will be correctly matched. This is done by using the os.scandir() and fnmatch.fnmatch() functions in co ...
https://man.plustar.jp/python/library/glob.html - [similar]