Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 157 for data (0.151 sec.)
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... "-f" , "--file" , dest = "filename" , help = "read data from FILENAME" ) parser . add_option ( "-v" , "--v ... " , dest = "filename" , help = "Input file to read data from" ) parser . add_option ( "--secret" , help = ... erately verbose --file=FILENAME Input file to read data from ヘルプメッセージの出力後、 optparse は sys.ex ...
https://man.plustar.jp/python/library/optparse.html - [similar]
17.7. queue --- 同期キュークラス — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... です)。典型的な要素のパターンは、 (priority_number, data) 形式のタプルです。 exception queue. Empty ¶ 空の ...
https://man.plustar.jp/python/library/queue.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . (Tk itself is not part of Python; it is maintained at ActiveState.) You can check that tkinter is proper ... ter.Image : BitmapImage can be used for X11 bitmap data. PhotoImage can be used for GIF and PPM/PGM color ... bitmaps. 画像のどちらの型でも file または data オプションを使って作られます (その上、他のオプショ ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 使用します。 def legacy_parser ( text ): ... return data # A static type checker will treat the above # as ... f legacy_parser ( text : Any ) -> Any : ... return data この挙動により、動的型付けと静的型付けが混在したコ ...
https://man.plustar.jp/python/library/typing.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ラスでオーバーライドされなければいけません: _write ( data ) ¶ バイト列の data をクライアントへの転送用にバッ ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... めのデフォルトインストール先ディレクトリ。 %LocalAppData%\Programs\PythonXY または %LocalAppData%\Programs\ ... 行きます。具体的には、現在のユーザーの "application data" ディレクトリ (Windows の関数 SHGetFolderPath に C ... SIDL_LOCAL_APPDATA を与えて呼ぶと返ってくるディレクトリ) の py.ini と ... は同一の .ini ファイルを使用します。 "application data" ディレクトリで指定された設定は、実行ファイルの隣に ...
https://man.plustar.jp/python/using/windows.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... e for integers, but if f() returns an object, or a data structure that takes up a lot of memory, this can ... ing 関数をセット出来ます: >>> # Create a recursive data structure ... L = [ 1 , 2 , 3 ] >>> L . append ( L ... 名を単に列挙します: # List public names __all__ = [ 'Database' , 'open' ] このパッチのより厳密な版が最初に示 ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 5031
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... )。 >>> import shutil , pprint >>> os . chdir ( 'mydata' ) # change to the source directory >>> f = shutil ... . make_archive ( '/var/backup/mydata' , ... 'zip' ) # archive the current directory >>> ... f # show the name of archive '/var/backup/mydata.zip' >>> os . chdir ( 'tmp' ) # change to an unpac ... king >>> shutil . unpack_archive ( '/var/backup/mydata.zip' ) # recover the data >>> pprint . pprint ( sh ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
モジュールのインポート — Python 3.6.5 ドキュメント 4997
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ム関連のユーティリティ 次のトピックへ データ整列化 (data marshalling) のサポート ナビゲーション 索引 モジュ ...
https://man.plustar.jp/python/c-api/import.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 4997
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... codes to the terminal, and create various internal data structures. If successful, initscr() returns a win ... play screen, and only a portion of the pad displayed at a time. Creating a pad requires the pad's height a ...
https://man.plustar.jp/python/howto/curses.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 NEXT