Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 42 for platform (0.056 sec.)
5. ビルド済み配布物を作成する — Python 3.6.5 ドキュメント 7308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... olunteer "out there" somewhere who has access to a platform which the original developer does not; or it could ... turning them into built distributions for as many platforms as the software has access to. Regardless of who ...
https://man.plustar.jp/python/distutils/builtdist.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... to a file using the native line separators for the platform on which it is running: >>> import os >>> with ope ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... panel --- curses のためのパネルスタック拡張 16.14. platform --- 実行中プラットフォームの固有情報を参照する 16. ...
https://man.plustar.jp/python/library/index.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 7308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ly by Trent Mick of ActiveState. (Confusingly, sys.platform is still 'win32' on Win64 because it seems that fo ... sourceforge.net/ for more information. Another new platform is Darwin/MacOS X; initial support for it is in Py ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... )も与えることが出来ます: >>> import sys >>> print 'Platform: {0.platform} \n Python version: {0.version} ' . f ... ormat ( sys ) Platform: darwin Python version: 2.6a1+ (trunk:61261M, Mar ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 7308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ttest . TestCase ): @unittest . skipUnless ( sys . platform . startswith ( "win" ), "requires Windows" ) def t ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 7230
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... sult ; } Py_hash_t is a signed integer type with a platform-varying width. Returning -1 from tp_hash indicates ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7230
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... fying the type's concrete base class. Due to cross-platform compiler issues, you can't fill that field directl ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 7230
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t locale # use German locale; name might vary with platform >>> locale . setlocale ( locale . LC_ALL , 'de_DE' ...
https://man.plustar.jp/python/library/locale.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 7230
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 録されています: 'posix' , 'nt' , 'java' 。 参考 sys.platform はより細かな粒度を持っています。 os.uname() はシス ... テム依存のバージョン情報を提供します。 platform モジュールはシステムの詳細な識別情報をチェックする ...
https://man.plustar.jp/python/library/os.html - [similar]
PREV 1 2 3 4 5 NEXT