Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 273 for THE (0.152 sec.)
Python モジュールの配布 — Python 3.6.5 ドキュメント 4172
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ようなポリシーを考慮に入れてください。 重要用語集 ¶ the Python Packaging Index is a public repository of o ... ource licensed packages made available for use by other Python users Python Packaging Authority は、標準の ... ています。 Project structure Building and packaging the project Uploading the project to the Python Packag ...
https://man.plustar.jp/python/distributing/index.html - [similar]
5. ビルド済み配布物を作成する — Python 3.6.5 ドキュメント 4152
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... み配布物に変換できるようになっています。 Of course, the module developer could be his own packager; or the ... packager could be a volunteer "out there" somewhere who has access to a platform which th ... ally grabbing new source distributions and turning them into built distributions for as many platforms as ... the software has access to. Regardless of who they are ...
https://man.plustar.jp/python/distutils/builtdist.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 4152
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... p () loop = asyncio . get_event_loop () # Schedule the first call to display_date() end_time = loop . tim ... ed:" , data . decode ()) # We are done: unregister the file descriptor loop . remove_reader ( rsock ) # S ... top the event loop loop . stop () # Register the file desc ... nt loop . add_reader ( rsock , reader ) # Simulate the reception of data from the network loop . call_soo ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
28. ソフトウェア・パッケージと配布 — Python 3.6.5 ドキュメント 4152
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 28. ソフトウェア・パッケージと配布 ¶ These libraries help you with publishing and installin ... g Python software. While these modules are designed to work in conjunction with ... the Python Package Index , they can also be used with ... ing a Windows executable 28.4.6.2. Caveats 28.4.7. The Python Zip Application Archive Format 関連キーワー ...
https://man.plustar.jp/python/library/distribution.html - [similar]
27.5. timeit --- 小さなコード断片の実行時間計測 — Python 3.6.5 ドキュメント 4152
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ce function that calls timeit() repeatedly so that the total time >= 0.2 second, returning the eventual ( ... , 1000, ...) up to a maximum of one billion, until the time taken is at least 0.2 second, or the maximum ... のヘルパーです。 利用例: t = Timer ( ... ) # outside the try/except try : t . timeit ( ... ) # or t.repeat( ...
https://man.plustar.jp/python/library/timeit.html - [similar]
21.27. xmlrpc.server --- 基本的なXML-RPCサーバー — Python 3.6.5 ドキュメント 4152
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ctions () # Register pow() function; this will use the value of # pow.__name__ as the name, which is just ... der_function , 'add' ) # Register an instance; all the methods of the instance are # published as XML-RPC ... * y server . register_instance ( MyFuncs ()) # Run the server's main loop server . serve_forever () 以下の ...
https://man.plustar.jp/python/library/xmlrpc.server.html - [similar]
Python モジュールのインストール — Python 3.6.5 ドキュメント 4133
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... e installed for use by a particular application, rather than being installed system wide. venv は仮想環境 ... e used on versions of Python prior to 3.4, which either don't provide venv at all, or aren't able to auto ... matically install pip into created environments. The Python Packaging Index is a public repository of o ... ource licensed packages made available for use by other Python users. Python Packaging Authority は、標準 ...
https://man.plustar.jp/python/installing/index.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 4133
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... t Exception as inst : ... print ( type ( inst )) # the exception instance ... print ( inst . args ) # arg ... せることができます。例えば: >>> raise NameError ( 'HiThere' ) Traceback (most recent call last): File "<std ... in>" , line 1 , in <module> NameError : HiThere raise の唯一の引数は送出される例外を指し示します ... ることができます: >>> try : ... raise NameError ( 'HiThere' ) ... except NameError : ... print ( 'An except ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
2. Unix プラットフォームで Python を使う — Python 3.6.5 ドキュメント 4133
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... ください: pkg install python3 OpenBSD users, to add the package use: pkg_add -r python pkg_add ftp://ftp.o ... CPython yourself, first thing you should do is get the source . You can download either the latest releas ... asily use Python scripts on Unix, you need to make them executable, e.g. with $ chmod +x script 適切な sh ...
https://man.plustar.jp/python/using/unix.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 4123
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... rsion 3.3, will be removed in version 4.0: Part of the old-style Py_UNICODE API; please migrate to using ... rsion 3.3, will be removed in version 4.0: Part of the old-style Py_UNICODE API; please migrate to using ... rsion 3.3, will be removed in version 4.0: Part of the old-style Py_UNICODE API; please migrate to using ... rsion 3.3, will be removed in version 4.0: Part of the old-style Py_UNICODE API; please migrate to using ...
https://man.plustar.jp/python/c-api/arg.html - [similar]