Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 77 for called (0.060 sec.)
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 7569
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eption, the server's handle_error() method will be called. If no request is received within timeout seconds, ... handle_timeout() will be called and handle_request() will return. serve_forever ( ... erve_forever method. service_actions ( ) ¶ This is called in the serve_forever() loop. This method can be ov ... or ( request , client_address ) ¶ This function is called if the handle() method of a RequestHandlerClass in ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
メモリ管理 — Python 3.6.5 ドキュメント 7487
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... loc() . Otherwise, or if PyMem_RawFree(p) has been called before, undefined behavior occurs. p が NULL の場合 ... ter if possible, as if PyObject_Malloc(1) had been called instead. The memory will not have been initialized ... if possible, as if PyObject_Calloc(1, 1) had been called instead. バージョン 3.5 で追加. void* PyObject_Rea ... loc() . Otherwise, or if PyObject_Free(p) has been called before, undefined behavior occurs. p が NULL の場合 ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 7266
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... parameters are given, the SMTP connect() method is called with those parameters during initialization. If sp ... initial_response_ok is true, authobject() will be called first with no argument. It can return the RFC 4954 ... requires a challenge), it should return None when called with challenge=None . If initial_response_ok is fa ... lse, then authobject() will not be called first with None . If the initial response check re ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 7196
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... f coroutines, and also enables the generator to be called by async def coroutines, for instance using an awa ... cks registered with add_done_callback() are always called via the event loop's call_soon() . このクラスは co ... に実行するコールバックを追加します。 The callback is called with a single argument - the future object. If the ... future is already done when this is called, the callback is scheduled with call_soon() . 引数 ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
3. 組み込み定数 — Python 3.6.5 ドキュメント 7127
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... copyright ¶ credits ¶ Objects that when printed or called, print the text of copyright or credits, respectiv ... license() to see the full license text", and when called, displays the full license text in a pager-like fa ...
https://man.plustar.jp/python/library/constants.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 7058
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... oesn't include the curses module. A ported version called UniCurses is available. You could also try the Con ... ct representing the entire screen; this is usually called stdscr after the name of the corresponding C varia ... he original state of the terminal. The callable is called inside a try ... except that catches exceptions, r ... o hit a key, displaying the key if echo() has been called earlier. You can optionally specify a coordinate t ...
https://man.plustar.jp/python/howto/curses.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7058
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... eader also provides the following method, which is called by the email library code and should not in genera ... l be called by application programs: fold ( * , policy ) ¶ Ret ... ovide a classmethod() named parse . This method is called as follows: parse ( string , kwds ) kwds is a dict ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 7058
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... function already installed is removed. The hook is called with no arguments just before readline prints the ... function already installed is removed. The hook is called with no arguments after the first prompt has been ... rlying library. The completion display function is called as function(substitution, [matches], longest_match ...
https://man.plustar.jp/python/library/readline.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6975
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ilter ( ) ¶ The filter() routine, if used, must be called before initscr() is called. The effect is that, du ... ndow's mouse event mask. If this function is never called, no mouse events are ever reported. curses. napms ... . 注釈 Only one ch can be pushed before getch() is called. curses. update_lines_cols ( ) ¶ LINES と COLS につ ... 注釈 Only one ch can be pushed before get_wch() is called. バージョン 3.3 で追加. curses. ungetmouse ( id , ...
https://man.plustar.jp/python/library/curses.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6906
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... arguments), and func is a Python callable that is called as the SQL function. The function can return any o ... se the cursor now (rather than whenever __del__ is called). The cursor will be unusable from this point forw ... er than INSERT or REPLACE or when executemany() is called, lastrowid is set to None . If the INSERT or REPLA ... e varchar unique)" ) # Successful, con.commit() is called automatically afterwards with con : con . execute ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT