Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 129 for call (0.086 sec.)
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 5750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ompare(expr left, cmpop* ops, expr* comparators) | Call(expr func, expr* args, keyword* keywords) | Num(ob ... , int col_offset) -- keyword arguments supplied to call (NULL identifier for **kwargs) keyword = (identifi ...
https://man.plustar.jp/python/library/ast.html - [similar]
17.4. concurrent.futures -- 並列タスク実行 — Python 3.6.5 ドキュメント 5750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... azily; func is executed asynchronously and several calls to func may be made concurrently. The returned it ... a concurrent.futures.TimeoutError if __next__() is called and the result isn't available after timeout sec ... onds from the original call to Executor.map() . timeout can be an int or a flo ... ne , there is no limit to the wait time. If a func call raises an exception, then that exception will be r ...
https://man.plustar.jp/python/library/concurrent.futures.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 5750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... します。異なる展開を得るためには繰り返します。 Show call tip [呼び出し方ヒントの表示] 関数の開き括弧の後ろで ... 無効にしてしまいましょう。 25.5.2.3. 呼び出しヒント (Calltips) ¶ calltip は、 アクセス可能な 関数名に続けて ... 名前の式ではドットや添え字を含んでいても構いません。calltip は、それをクリックするか、カーソルが引数のエリア ... ーソルが引数部分にあれば、メニューやショートカットで calltip を表示できます。 calltip では関数シグニチャとド ...
https://man.plustar.jp/python/library/idle.html - [similar]
11.9. linecache --- テキストラインにランダムアクセスする — Python 3.6.5 ドキュ... 5750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... line() even if module_globals is None in the later call. This avoids doing I/O until a line is actually ne ...
https://man.plustar.jp/python/library/linecache.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 5750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... owing a header line which says: Stack (most recent call last): これは、例外フレームを表示する場合に使用され ... る Traceback (most recent call last): を模倣します。 3番目のキーワード引数は extr ... れたハンドラ hdlr をこのロガーから取り除きます。 findCaller ( stack_info=False ) ¶ 呼び出し元のソースファイル ... ( record , datefmt=None ) ¶ This method should be called from format() by a formatter which wants to make ...
https://man.plustar.jp/python/library/logging.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 5750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tle . pensize ( 3 ) turtle. begin_fill ( ) ¶ To be called just before drawing a shape to be filled. turtle ... end_fill ( ) ¶ Fill the shape drawn after the last call to begin_fill() . >>> turtle . color ( "black" , " ... accelerate the drawing of complex graphics.) When called without arguments, returns the currently stored ... nloop ( ) ¶ turtle. done ( ) ¶ Starts event loop - calling Tkinter's mainloop function. Must be the last s ...
https://man.plustar.jp/python/library/turtle.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 5701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , one of those header fields will be added automatically. If body is None , the Content-Length header is s ... ded, and the Transfer-Encoding header will automatically be set instead of Content-Length. The encode_chun ... object assumes that all encoding is handled by the calling code. If it is True , the body will be chunk-en ... s the HTTP server is known to handle HTTP 1.1, the caller must either specify the Content-Length, or must ...
https://man.plustar.jp/python/library/http.client.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 5701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ead_id , another thread in the same process as the caller. The target thread can be executing any code (Py ... r Python thread would be to force a running system call to fail with InterruptedError . Use threading.get_ ... an be used by a library to wakeup a poll or select call, allowing the signal to be fully processed. The ol ... to the library to remove any bytes from fd before calling poll or select again. Use for example struct.un ...
https://man.plustar.jp/python/library/signal.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 5701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れました。 sqlite3. register_converter ( typename , callable ) ¶ Registers a callable to convert a bytestri ... g from the database into a custom Python type. The callable will be invoked for all database values that a ... ery must match! sqlite3. register_adapter ( type , callable ) ¶ 自分が使いたい Python の型 type を SQLite ... ポートしている型に変換する呼び出し可能オブジェクト (callable) を登録します。その呼び出し可能オブジェクト ca ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 5701
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Such a working environment for the testing code is called a fixture . Test case instances are grouped toge ... ted by unittest 's TestSuite class. In most cases, calling unittest.main() will do the right thing and col ... -------------------------- Traceback ( most recent call last ): File "subtests.py" , line 32 , in test_eve ... -------------------------- Traceback ( most recent call last ): File "subtests.py" , line 32 , in test_eve ...
https://man.plustar.jp/python/library/unittest.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT