Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 11 for app (0.037 sec.)
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 14029
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 列は結果となる文字列には含まれません。 wsgiref.util. application_uri ( environ ) ¶ PATH_INFO と QUERY_STRIN ... rver import make_server # A relatively simple WSGI application. It's going to print out the # environment ... being updated by setup_testing_defaults def simple_app ( environ , start_response ): setup_testing_defaul ... ] return ret with make_server ( '' , 8000 , simple_app ) as httpd : print ( "Serving on port 8000..." ) h ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 10188
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is non-zero, the system will save old log files by appending the extensions '.1', '.2' etc., to the filen ... e, with a backupCount of 5 and a base file name of app.log , you would get app.log , app.log.1 , app.log. ... 2 , up to app.log.5 . The file being written to is always app.lo ... n this file is filled, it is closed and renamed to app.log.1 , and if files app.log.1 , app.log.2 , etc. ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 9122
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... うしたらいいですか? ¶ Python インタプリタを Windows app に埋め込む方法は、次のように要約できます: あなたの ... MF フォーマットに変換してください。 SWIG を使えば、app のデータとメソッドを Python で使えるようにする Pyt ... ... Py_Initialize (); // Initialize Python. initmyAppc (); // Initialize (import) the helper class. PyRu ... n_SimpleString ( "import myApp" ); // Import the shadow class. Python の C API に ...
https://man.plustar.jp/python/faq/windows.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 8908
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ello World プログラム ¶ import tkinter as tk class Application ( tk . Frame ): def __init__ ( self , mast ... print ( "hi there, everyone!" ) root = tk . Tk () app = Application ( master = root ) app . mainloop () ... で区切ってゆきます。ウィジェットの名前は、例えば .myApp.controlPanel.okButton のようになります。 options ウ ... ウィジェットは常に現在値に追従します。 例えば: class App ( Frame ): def __init__ ( self , master = None ): ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 8037
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ding pip in the virtual environment (pip is bootstrapped by default) Once an environment has been created ... reams of a subprocess which is used to install the app. If a callable is not specified, default progress ... ンストーラのブートストラップ 次のトピックへ 28.4. zipapp --- 実行可能な python zip 書庫を管理する ナビゲーシ ...
https://man.plustar.jp/python/library/venv.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 7930
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ter the last non-whitespace character of a line by applying str.rstrip to each line, including lines with ... n dialog, under Options, instead Options. Once it happens, the solution may be to delete one or more of t ... console ( python -m idlelib) and see if a message appears. 25.5.3.3. IDLE とコンソールの違い ¶ With rare ... s__' が定義されます。 25.5.3.4. Developing tkinter applications ¶ IDLE is intentionally different from st ...
https://man.plustar.jp/python/library/idle.html - [similar]
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 7930
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ers.SMTPHandler mailhost : localhost fromaddr : my_app@domain.tld toaddrs : - support_team@domain.tld - d ... evel = CRITICAL formatter = form06 args = ('Python Application', '', 'Application') [handler_hand07] clas ... 8601 format also specifies milliseconds, which are appended to the result of using the above format strin ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7930
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 分適用版で、その最初の引数が適用済みです: ... class Application : def open_item ( self , path ): ... def i ... tial ( self . open_item , item_path ) popup_menu . append ( ( "Open" , open_func , 1 ) ) functools モジュ ... ールのもう一つの関数は update_wrapper(wrapper, wrapped) で、より良く振舞うデコレータを ... 書くのに役立ちます。 update_wrapper() は包まれるほうの名前、モジュール、ドキュメンテ ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 7930
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 下位の logger を返します。 例えば、 log = getLogger('app') として logger を取得した後、 log.getChild('netwo ... rk.listen') は getLogger('app.network.listen') と同じになります。 LoggerAdapter ... 止予定となりました。 (Proposed in https://codereview.appspot.com/53094 ; implemented by Georg Brandl.) 浮動 ... field2') (Added by Raymond Hettinger; bpo-1818 .) Mapping 抽象基底クラスが、他の Mapping でない型と比較さ ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... て変わります。 Unix と Mac OS X: ~/.local/ Windows: %APPDATA%/Python このディレクトリ内にはバージョン固有の ... ows ではアプリケーション固有データの場所を環境変数 APPDATA で変更出来ます。また、あなたの Python インスト ... てワーカープロセスにリクエストを配ることが出来ます。 apply() または apply_async() メソッドで単体のリクエスト ... ing the pool for N in range ( 1 , 1000 , 10 ): p . apply_async ( factorial , ( N , d )) # Mark pool as cl ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
PREV 1 2 NEXT