Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 21 for curses (0.038 sec.)
Python で Curses プログラミング — Python 3.6.5 ドキュメント 12702
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... on で Curses プログラミング ¶ 著者: A.M. Kuchling, Eric S. Raym ... ond リリース: 2.04 概要 このドキュメントでは curses 拡張モジュールでテキストモードディスプレイを制御す ... る方法について記述します。 curses ってなに? ¶ curses ライブラリは、VT100s や Linux コ ... ートが利用可能になる前に動作する必要があります。 The curses library provides fairly basic functionality, provi ...
https://man.plustar.jp/python/howto/curses.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 12566
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 16. 汎用オペレーティングシステムサービス » 16.10. curses --- 文字セル表示を扱うための端末操作 ¶ curses モジ ... のある高度な端末操作のデファクトスタンダードである、curses ライブラリへのインタフェースを提供します。 curses ... nux および BSD 系の Unixで動作するオープンソースの curses ライブラリである ncurses の API に合致するように設 ... e string or a byte string. 注釈 version 5.4 から、ncurses ライブラリは nl_langinfo 関数を利用して非 ASCII デ ...
https://man.plustar.jp/python/library/curses.html - [similar]
16.12. curses.ascii --- ASCII 文字に関するユーティリティ — Python 3.6.5 ドキュ... 11585
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 16. 汎用オペレーティングシステムサービス » 16.12. curses.ascii --- ASCII 文字に関するユーティリティ ¶ curse ... リの関数を雛型とする以下の関数をサポートしています: curses.ascii. isalnum ( c ) ¶ ASCII 英数文字かどうかを調べ ... ます; isalpha(c) or isdigit(c) と等価です。 curses.ascii. isalpha ( c ) ¶ ASCII アルファベット文字かど ... かを調べます; isupper(c) or islower(c) と等価です。 curses.ascii. isascii ( c ) ¶ 文字が 7 ビット ASCII 文字に ...
https://man.plustar.jp/python/library/curses.ascii.html - [similar]
16.13. curses.panel --- curses のためのパネルスタック拡張 — Python 3.6.5 ドキュ... 10249
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 16. 汎用オペレーティングシステムサービス » 16.13. curses.panel --- curses のためのパネルスタック拡張 ¶ パネ ... スタックから除去することができます。 16.13.1. 関数 ¶ curses.panel では以下の関数を定義しています: curses.panel ... l ( ) ¶ パネルスタックの最下層のパネルを返します。 curses.panel. new_panel ( win ) ¶ 与えられたウィンドウ wi ... ジコレクションされてパネルスタックから削除されます。 curses.panel. top_panel ( ) ¶ パネルスタックの最上層のパネ ...
https://man.plustar.jp/python/library/curses.panel.html - [similar]
16. 汎用オペレーティングシステムサービス — Python 3.6.5 ドキュメント 8338
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... getpass --- 可搬性のあるパスワード入力機構 16.10. curses --- 文字セル表示を扱うための端末操作 16.10.1. 関数 ... 16.10.2. Window オブジェクト 16.10.3. 定数 16.11. curses.textpad --- curses プログラムのためのテキスト入力ウ ... ィジェット 16.11.1. Textbox オブジェクト 16.12. curses.ascii --- ASCII 文字に関するユーティリティ 16.13. ... curses.panel --- curses のためのパネルスタック拡張 16.13.1. 関数 16.13.2. ...
https://man.plustar.jp/python/library/allos.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 8270
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... les. ctypes A foreign function library for Python. curses (Unix) An interface to the curses library, providi ... ng portable terminal handling. curses.ascii Constants and set-membership functions for A ... SCII characters. curses.panel A panel stack extension that adds depth to c ... urses windows. curses.textpad Emacs-like input editing in a curses windo ...
https://man.plustar.jp/python/py-modindex.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 8118
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... Unix で実行可能にするにはどうしますか? Python には curses/termcap パッケージはありますか? Python には C の o ... 直せます: __doc__ = """...Whatever...""" Python には curses/termcap パッケージはありますか? ¶ Unix 系 OS におい ... ィストリビューションには Modules サブディレクトリに curses モジュールが付いてきますが、デフォルトではコンパイ ... は利用できないことに注意してください -- Windows には curses モジュールはありません。) curses モジュールは基本的 ...
https://man.plustar.jp/python/faq/library.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7949
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... getpass --- 可搬性のあるパスワード入力機構 16.10. curses --- 文字セル表示を扱うための端末操作 16.11. curses ... .textpad --- curses プログラムのためのテキスト入力ウィジェット 16.12. ... .ascii --- ASCII 文字に関するユーティリティ 16.13. curses.panel --- curses のためのパネルスタック拡張 16.14. ...
https://man.plustar.jp/python/library/index.html - [similar]
Python HOWTO — Python 3.6.5 ドキュメント 7661
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO ¶ Pyth ... への移植 Python 3 への拡張モジュール移植 Python で Curses プログラミング デスクリプタ HowTo ガイド 関数型プロ ...
https://man.plustar.jp/python/howto/index.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7644
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ) と mksalt() 関数が追加されました。 ( bpo-10924 ) cursescurses モジュールが ncursesw ライブラリとリンクし ... ていたのは「誤りである」ということのようです。 ---) curses.window クラスに属性 curses.window.encoding が追加さ ... れました。 curses.window クラスに get_wch() メソッドが追加されました ... 。これはワイド文字を一つ取得します。 curses モジュールに関数 unget_wch() が追加されました。これ ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 1 2 3 NEXT