Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 178 for This (0.054 sec.)
12.3. shelve --- Python オブジェクトの永続化 — Python 3.6.5 ドキュメント 5041
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... iteback=True, beware: d [ 'xx' ] = [ 0 , 1 , 2 ] # this works as expected, but... d [ 'xx' ] . append ( 3 ... ) # *this doesn't!* -- d['xx'] is STILL [0, 1, 2]! # having ...
https://man.plustar.jp/python/library/shelve.html - [similar]
21.9. urllib.error --- urllib.request が投げる例外 — Python 3.6.5 ドキュメント 5041
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ode ¶ An HTTP status code as defined in RFC 2616 . This numeric value corresponds to a value found in the ...
https://man.plustar.jp/python/library/urllib.error.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 5041
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... e same thing as dict(stuff) but is more flexible. (This is PEP 274 vindicated. :-) セットリテラル、例えば ... ived (directly or indirectly) from BaseException . This is the root of the exception hierarchy. This is no ... ll using 2.6:) Turn on the -3 command line switch. This enables warnings about features that will be remov ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
ソート HOW TO — Python 3.6.5 ドキュメント 4985
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » ソー ... 文字小文字を区別しない文字列比較の例: >>> sorted ( "This is a test string from Andrew" . split (), key = st ... ) ['a', 'Andrew', 'from', 'is', 'string', 'test', 'This'] key パラメータは単一の引数をとり、ソートに利用さ ...
https://man.plustar.jp/python/howto/sorting.html - [similar]
11.9. linecache --- テキストラインにランダムアクセスする — Python 3.6.5 ドキュ... 4985
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... even if module_globals is None in the later call. This avoids doing I/O until a line is actually needed, ...
https://man.plustar.jp/python/library/linecache.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 4985
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed data types to be synchronized across processes. This notably includes shared lists and dictionaries. Ba ... >>> Global . y = 'hello' >>> Global . _z = 12.3 # this is an attribute of the proxy >>> print ( Global ) ... d = lproxy [ 0 ] d [ 'a' ] = 1 d [ 'b' ] = 2 # at this point, the changes to d are not yet synced, but by ... e proxy is notified of the change lproxy [ 0 ] = d This approach is perhaps less convenient than employing ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 4985
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tures they test. unittest provides a mechanism for this: the test suite , represented by unittest 's TestS ... mylib . __version__ < ( 1 , 3 ), "not supported in this library version" ) def test_format ( self ): # Tes ... ain__ . MyTestCase ) ... skipped 'not supported in this library version' test_nothing ( __main__ . MyTestC ... ): # top level directory cached on loader instance this_dir = os . path . dirname ( __file__ ) package_tes ...
https://man.plustar.jp/python/library/unittest.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 4985
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーワード専用引数が reset_mock 関数に追加されました。 This can be useful where you want to make a series of a ... : ... mock_foo . return_value = 'mockity-mock' ... this_foo = Foo () ... print ( this_foo . foo ) ... this ... ding to the tested code you will need to customize this mock for yourself. When that is insufficient, one ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
21.27. xmlrpc.server --- 基本的なXML-RPCサーバー — Python 3.6.5 ドキュメント 4985
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rospection_functions () # Register pow() function; this will use the value of # pow.__name__ as the name, ... he instance are # published as XML-RPC methods (in this case, just 'mul'). class MyFuncs : def mul ( self ...
https://man.plustar.jp/python/library/xmlrpc.server.html - [similar]
メモリ管理 — Python 3.6.5 ドキュメント 4930
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... nager through the Python/C API functions listed in this document. メモリ管理の崩壊を避けるため、拡張モジュ ... n compiled in release mode. バージョン 3.6 で変更: This function now also works on Python compiled in rele ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT