Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 42 for platform (0.028 sec.)
16.14. platform --- 実行中プラットフォームの固有情報を参照する — Python 3.6.5 ... 17233
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 16. 汎用オペレーティングシステムサービス » 16.14. platform --- 実行中プラットフォームの固有情報を参照する ¶ ソ ... ースコード: Lib/platform.py 注釈 プラットフォーム毎にアルファベット順に並べ ... 参照してください。 16.14.1. クロスプラットフォーム ¶ platform. architecture ( executable=sys.executable , bits=' ... が信頼できます: is_64bits = sys . maxsize > 2 ** 32 platform. machine ( ) ¶ 'i386' のような、機種を返します。不 ...
https://man.plustar.jp/python/library/platform.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 9367
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ng. The named elements are major , minor , build , platform , service_pack , service_pack_minor , service_pack ... _major , suite_mask , product_type and platform_version . service_pack contains a string, platform ... the first 5 elements are retrievable by indexing. platform will be 2 (VER_PLATFORM_WIN32_NT) . product_type は ... てのマイクロソフトのドキュメントを参照してください。 platform_version returns the accurate major version, minor ...
https://man.plustar.jp/python/library/sys.html - [similar]
29.2. sysconfig --- Python の構成情報にアクセスする — Python 3.6.5 ドキュメント 8779
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sys.version_info[:2] に似ています。 sysconfig. get_platform ( ) ¶ 現在のプラットフォームを識別するための文字列 ... 4bit Windows) win32 (その他すべて - 具体的には sys.platform が返す値) Mac OS X では以下のどれかを返します: mac ... 非 POSIX プラットフォームでは、現在のところ単に sys.platform を返します。 sysconfig. is_python_build ( ) ¶ 実行 ... スクリプトとして使用できます: $ python -m sysconfig Platform: "macosx-10.4-i386" Python version: "3.2" Current ...
https://man.plustar.jp/python/library/sysconfig.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 8051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... てください 文字列のリスト、またはカンマ区切り文字列 platforms 文字列のリスト、またはカンマ区切り文字列 cmdclass ... stutils.ccompiler. get_default_compiler ( osname , platform ) ¶ 指定されたプラットフォームのデフォルトコンパイ ... S名( os.name で返されるもの)のひとつであるべきで、 platform は sys.platform で返される共通の値です。 パラメータ ... 指定されていない場合のデフォルト値は os.name と sys.platform です。 distutils.ccompiler. new_compiler ( plat=No ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
34.4. winsound --- Windows 用の音声再生インタフェース — Python 3.6.5 ドキュメン... 8051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Call the underlying PlaySound() function from the Platform API. The sound parameter may be a filename, a syst ... all the underlying MessageBeep() function from the Platform API. This plays a sound as specified in the regist ...
https://man.plustar.jp/python/library/winsound.html - [similar]
8.11. pprint --- データ出力の整然化 — Python 3.6.5 ドキュメント 7974
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... kage_url': 'http://pypi.python.org/pypi/Twisted', 'platform': 'UNKNOWN', 'release_url': 'http://pypi.python.or ... kage_url': 'http://pypi.python.org/pypi/Twisted', 'platform': 'UNKNOWN', 'release_url': 'http://pypi.python.or ... kage_url': 'http://pypi.python.org/pypi/Twisted', 'platform': 'UNKNOWN', 'release_url': 'http://pypi.python.or ...
https://man.plustar.jp/python/library/pprint.html - [similar]
Download — Python 3.6.5 ドキュメント 7881
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Download Python 3.6.5 Documentati ... the ZIP archives since those are customary on that platform. These are created on Unix using the InfoZIP zip p ...
https://man.plustar.jp/python/download.html - [similar]
18.5.6. サブプロセス — Python 3.6.5 ドキュメント 7881
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... indows で使用する例: import asyncio , sys if sys . platform == 'win32' : loop = asyncio . ProactorEventLoop () ... urn data . decode ( 'ascii' ) . rstrip () if sys . platform == "win32" : loop = asyncio . ProactorEventLoop () ... xit yield from proc . wait () return line if sys . platform == "win32" : loop = asyncio . ProactorEventLoop () ...
https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 7803
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... copies, when symlinks are not the default for the platform. --copies Try to use copies rather than symlinks, ... even when symlinks are the default for the platform. --clear Delete the contents of the environment di ... s, ' 'when symlinks are not the default for ' 'the platform.' ) parser . add_argument ( '--clear' , default = ...
https://man.plustar.jp/python/library/venv.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7803
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... the getwindowsversion() function now includes the platform_version field which contains the accurate major ve ... successfully. While Android is not yet a supported platform, the Python test suite runs on the Android emulato ... figure flag is now on by default on non-macOS UNIX platforms. It may be disabled by using --without-system-ffi ... have been removed. They had been available in the platform specific Lib/plat-*/ directories, but were chronic ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 2 3 4 5 NEXT