Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 116 for when (0.096 sec.)
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... です。 注釈 タイムアウト (相対値 delay または絶対値 when ) は 1 日を超えてはいけません。 AbstractEventLoop. ... を使用してください 。 AbstractEventLoop. call_at ( when , callback , *args ) ¶ 絶対タイムスタンプ when (in ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ection the client address must be given explicitly when sending data back via sendto(). """ def handle ( s ... server . serve_forever ) # Exit the server thread when the main thread terminates server_thread . daemon ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... connection may be shared across multiple threads. When using multiple threads with the same connection wr ... ます。 close ( ) ¶ Close the cursor now (rather than whenever __del__ is called). The cursor will be unusabl ... od. For operations other than INSERT or REPLACE or when executemany() is called, lastrowid is set to None ... ception sqlite3. IntegrityError ¶ Exception raised when the relational integrity of the database is affect ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 28 KiB more than had been loaded before the tests, when the previous snapshot was taken. Similarly, the li ... the filename "<unknown>" at line number 0 is used. When a snapshot is taken, tracebacks of traces are limi ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... くことが出来ます。 A ResourceWarning is also issued when a file object is destroyed without having been exp ... くサポートされる年の範囲は 1000 以上 9999 以下です。 Whenever a two-digit year is used in a time tuple, the ... and sorted() now runs faster and uses less memory when called with a key function . Previously, every ele ... ance is improved and memory consumption is reduced whenever the same string is repeated for multiple keys. ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 5662
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... lt must be a PyBytesObject* which must be released when it is no longer used. バージョン 3.1 で追加. バージ ... must be a PyUnicodeObject* which must be released when it is no longer used. バージョン 3.2 で追加. バージ ... d return the resulting Unicode object. Return NULL when an exception was raised by the codec. Deprecated s ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 5662
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... nce you have not always bothered to add the b mode when opening a binary file (e.g., rb for binary reading ... ときには必ず b モードを指定してください。 Be careful when indexing into binary data バージョン検出ではなく機 ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
16.12. curses.ascii --- ASCII 文字に関するユーティリティ — Python 3.6.5 ドキュ... 5662
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ccept either integers or single-character strings; when the argument is a string, it is first converted us ...
https://man.plustar.jp/python/library/curses.ascii.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 5662
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ません)。 DefaultCookiePolicy. DomainRFC2965Match ¶ When setting cookies, require a full RFC 2965 domain-ma ... on RFC 2965 cookies, be more strict about domains when setting and returning Netscape cookies, and block ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 5662
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... TLS 1.3 is available with OpenSSL 1.1.1 or later. When Python has been compiled against an older version ... 1.1.0e will abort the handshake and raise SSLError when both sides support ALPN but cannot agree on a prot ... ata ): # we'll assume do_something returns False # when we're finished with client break data = connstream ... port for LibreSSL. Some features are not available when the ssl module is compiled with LibreSSL. LibreSSL ...
https://man.plustar.jp/python/library/ssl.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT