Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 11 for win (0.033 sec.)
16.13. curses.panel --- curses のためのパネルスタック拡張 — Python 3.6.5 ドキュ... 14136
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 最下層のパネルを返します。 curses.panel. new_panel ( win ) ¶ 与えられたウィンドウ win に関連付けられたパネル ... クリーン座標 (y, x) に移動します。 Panel. replace ( win ) ¶ パネルに関連付けられたウィンドウを win に変更し ... を返します。任意の Python オブジェクトです。 Panel. window ( ) ¶ パネルに関連付けられているウィンドウオブジ ... anel , curses , オブジェクト , ウィンドウ , 関数 , win , ユーザ Table of Contents 16.13. curses.panel --- ...
https://man.plustar.jp/python/library/curses.panel.html - [similar]
5. ビルド済み配布物を作成する — Python 3.6.5 ドキュメント 9940
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ベースの Linux システムユーザにとってはバイナリ RPM、Windows ユーザにとっては実行可能なインストーラ、Debian ... 形式とは、Unixでは "ダム (dumb)" の tar ファイルで、 Windows ではシンプルな実行形式のインストーラになります ... という大きな違いになりえます。また、RPM パッケージや Windows 用の実行形式インストーラのような "スマートな" ... 形式 (5) pkgtool Solaris pkgtool 形式 sdux HP-UX swinstall 形式 wininst Windows 用の自己展開形式 ZIP ファ ...
https://man.plustar.jp/python/distutils/builtdist.html - [similar]
29.2. sysconfig --- Python の構成情報にアクセスする — Python 3.6.5 ドキュメント 9104
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... や get_config_var() でアクセスできるようにします。 Windows では構成変数はだいぶ少なくなります。 sysconfig ... ディレクトリ以下に配置されたパスヲ定義します。 nt : Windows などの NT プラットフォーム用のスキームです。 n ... ux-alpha (?) solaris-2.6-sun4u irix-5.3 irix64-6.2 Windows では以下のどれかを返します: win-amd64 (AMD64 ( ... 別名 x86_64、Intel64、EM64T など) 上の 64bit Windows)) win-ia64 (Itanium 上の 64bit Windows) win32 ...
https://man.plustar.jp/python/library/sysconfig.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 8481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rses が最も広く用いられているのは Unix 環境ですが、Windows、DOS で利用できるバージョンもあり、おそらく他の ... erations such as addstr() have been performed on a window. The normal refresh() call is simply noutrefres ... wed by doupdate() ; if you have to update multiple windows, you can speed performance and perhaps reduce ... reen flicker by issuing noutrefresh() calls on all windows, followed by a single doupdate() . curses. ech ...
https://man.plustar.jp/python/library/curses.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 8268
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... プと利用 » 3. Windows で Python を使う ¶ このドキュメントは、 Python ... を Microsoft Windows で使うときに知っておくべき、 Windows 固有の動作 ... ール ¶ ほとんどの Unix システムとサービスとは違って、Windows には、システムがサポートする Python インストレ ... めに、CPython チームは長年の間、すべての リリース で Windows インストーラ (MSI パッケージ) をコンパイルして ...
https://man.plustar.jp/python/using/windows.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 8268
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New In Python 3.5 ¶ エディタ: Elvis Pranskevichus < elvi ... た。 (Contributed by Antoine Pitrou in bpo-22796 .) Windows の改善: Windows のインストーラが新しくなり古い ... MSI を置き換えました。さらに詳しい情報は Windows で Python を使う をご覧ください。 Windows のビ ... s.walk() が実装され、 POSIX システムで3倍から5倍、 Windows システムで7倍から20倍高速になりました。 これは ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 8055
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... n of a display containing multiple non-overlapping windows of text. The contents of a window can be chang ... イエタリ Unix は全てには対応していないでしょう。 The Windows version of Python doesn't include the curses m ... ata structures. If successful, initscr() returns a window object representing the entire screen; this is ... sesに親和性の高い設定をもとに戻します。そして、 endwin() 関数を呼び出し、端末を通常の操作モードに復旧しま ...
https://man.plustar.jp/python/howto/curses.html - [similar]
9.6. random --- 擬似乱数を生成する — Python 3.6.5 ドキュメント 8055
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... integer from 0 to 100 inclusive 26 >>> choice ([ 'win' , 'lose' , 'draw' ]) # Single random element from ...
https://man.plustar.jp/python/library/random.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 8055
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New In Python 3.1 ¶ 著者: Raymond Hettinger この記事では ... ) >>> pprint . pprint ([ UserQuery ( * row ) for row in cursor ]) [UserQuery(region='South', dept='Shippi ... test . skipUnless ( sys . platform . startswith ( "win" ), "requires Windows" ) def test_gizmo_on_windows ... ou and Benjamin Peterson; bpo-4136 .) Unpickling now interns the attribute names of pickled objects. This ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 7646
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 初期化が失敗すれば、それは致命的なエラーです。 注釈 Windows では O_TEXT から O_BINARY へコンソールモードが ... ctions, and destroy all sub-interpreters (see Py_NewInterpreter() below) that were created and not yet de ... らなります。区切り文字は Unix と Mac OS X では ':' , Windows では ';' です。関数が返す文字列ポインタは静的な ... があります。区切り文字は Unix と Mac OS X では ':' 、Windows では ';' です。 また、この関数は sys.executabl ...
https://man.plustar.jp/python/c-api/init.html - [similar]
PREV 1 2 NEXT