Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 37 for build (0.072 sec.)
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7056
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ect() to get more predictable results. If a Python build or implementation cannot reasonably compute this i ... ly running. The named elements are major , minor , build , platform , service_pack , service_pack_minor , s ... urns the accurate major version, minor version and build number of the current operating system, rather tha ...
https://man.plustar.jp/python/library/sys.html - [similar]
7. 使用例 — Python 3.6.5 ドキュメント 6914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... .6.8' >>> metadata . description 'Easily download, build, install, upgrade, and uninstall Python packages' ...
https://man.plustar.jp/python/distutils/examples.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 6914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 、シェルから以下のように入力します $ python setup.py build at a shell should produce a file custom.so in a su ... tation showcases the standard distutils module for building C extensions, it is recommended in real-world u ... ct struct. Finally, we update our setup.py file to build the new module: from distutils.core import setup , ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
Python モジュールのインストール — Python 3.6.5 ドキュメント 6914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... taining other binary extensions without needing to build them locally. 参考 Python Packaging User Guide: Bi ...
https://man.plustar.jp/python/installing/index.html - [similar]
16.14. platform --- 実行中プラットフォームの固有情報を参照する — Python 3.6.5 ... 6914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 存在しますので、注意してください。 platform. python_build ( ) ¶ Pythonのビルド番号と日付を、 (buildno, build ...
https://man.plustar.jp/python/library/platform.html - [similar]
18.1. socket --- 低水準ネットワークインターフェイス — Python 3.6.5 ドキュメント 6835
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ame_size = struct . calcsize ( can_frame_fmt ) def build_can_frame ( can_id , data ): can_dlc = len ( data ... int ( 'Error sending CAN frame' ) try : s . send ( build_can_frame ( 0x01 , b ' \x01\x02\x03 ' )) except OS ...
https://man.plustar.jp/python/library/socket.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 6835
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... d that the collections module allocated 244 KiB to build namedtuple types. オプションの詳細については Snaps ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 6835
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 'archive.db' ) 'archive.db' >>> shutil . move ( '/build/executables' , 'installdir' ) 'installdir' 10.2. フ ... ages, the email package has a complete toolset for building or decoding complex message structures (includi ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6835
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... and Greg Ward in bpo-17445 .) distutils ¶ Both the build and build_ext commands now accept a -j option to e ... nable parallel building of extension modules. (Contributed by Antoine P ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 6756
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... す: #!/usr/local/bin/python import urllib.request # build the query string qs = "First=Josephine&MI=Q&Last=P ...
https://man.plustar.jp/python/faq/library.html - [similar]
PREV 1 2 3 4 NEXT