Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 70 for long (0.262 sec.)
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... た場合に送出されます。 exception http.client. LineTooLong ¶ A subclass of HTTPException . Raised if an exces ... sively long line is received in the HTTP protocol from the ser ...
https://man.plustar.jp/python/library/http.client.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 6470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... egers to two-element tuples containing a short and long message. For example, {code: (shortmessage, longme ... used as the message key in an error response, and longmessage as the explain key. It is used by send_resp ...
https://man.plustar.jp/python/library/http.server.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... icates and private keys into a single (potentially long-lived) structure. Please read セキュリティで考慮す ... Error is raised if keyfile / certfile is provided along with ssl_context . バージョン 3.3 で変更: ssl_cont ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 6470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ere each client can potentially be connected for a long time (if threads or subprocesses cannot be used). ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 6470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... のシーケンスの最も短い長さに切り詰めます。 int() と long() が、最初の引数が文字列である場合に「base (基数)」 ... でなくなりましたが、 'L' が付くことをあてにして str(longval)[:-1] とするコードが今度は数値の最後の桁を失って ... isinstance() and issubclass() . This means you no longer have to remember to write code such as if type(o ... 取ります。3 つ目の引数は Python オブジェクトか、C の long か、C 文字列です。 Unix スタイルのシグナルハンドラ ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 6470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... struct モジュールに新しく、プラットフォームの C 型 long long をサポートする 64 ビット整数のためのフォーマッ ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6470
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n 2.4 でさらにもう一歩前進しています。2.3 では int/long の一体化後に異なる振る舞いをする整数演算をすると F ... ypeError : You can interact Decimal only with int, long or Decimal data types. >>> Decimal 数を math , cma ... Encountering a failure while importing a module no longer leaves a partially-initialized module object in ... o benefit. list.extend() was also optimized and no longer converts its argument into a temporary list befo ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 6414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... presence of optional/expanded features */ unsigned long tp_flags ; const char * tp_doc ; /* Documentation ... { if ( strcmp ( name , "data" ) == 0 ) { return PyLong_FromLong ( obj -> data ); } PyErr_Format ( PyExc_A ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 6414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 一つの"整数"(2 バイト)を読み込み、文字 'l' は一つの"long 整数"を読み込みます。 より規則的なデータ (例えば、 ...
https://man.plustar.jp/python/faq/library.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 6414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... o . TimeoutError : print ( 'The coroutine took too long, cancelling the task...' ) future . cancel () exce ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT