Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 211 for OBJECT (0.191 sec.)
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... parameter sets the available ciphers for this SSL object. It should be a string in the OpenSSL cipher list ... 。 バージョン 3.5 で変更: 書き込み可能な bytes-like object を使用できるようになりました。 18.2.1.4. 証明書の取 ... SCII 文字列か、DER エンコードの証明書の bytes-like object オブジェクトのどちらかを指定してください。PEM エン ... incoming と outgoing をラップすることで、新しい SSLObject インスタンスを作成します。SSL ルーティンは、入力 B ...
https://man.plustar.jp/python/library/ssl.html - [similar]
21.19. telnetlib --- Telnet クライアント — Python 3.6.5 ドキュメント 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... しくは下記の個々の説明を参照してください。 A Telnet object is a context manager and can be used in a with sta ... SMTP サーバー 次のトピックへ 21.20. uuid --- UUID objects according to RFC 4122 ナビゲーション 索引 モジュー ...
https://man.plustar.jp/python/library/telnetlib.html - [similar]
32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... one argument, readline , which must be a callable object which provides the same interface as the io.IOBase ... .readline() method of file objects. Each call to the function should return one line ...
https://man.plustar.jp/python/library/tokenize.html - [similar]
27.6. trace --- Python 文実行のトレースと追跡 — Python 3.6.5 ドキュメント 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... みましょう: import sys import trace # create a Trace object, telling it what to ignore, and whether to # do tr ...
https://man.plustar.jp/python/library/trace.html - [similar]
20.9. xml.sax --- SAX2 パーサのサポート — Python 3.6.5 ドキュメント 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ースします。 string は str インスタンスか bytes-like object でなければなりません。 バージョン 3.5 で変更: str ...
https://man.plustar.jp/python/library/xml.sax.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... "Lockstep Iteration" から PEP 225 の "Elementwise/Objectwise Operators" までの 25 の PEP があります。 Unico ... ならないのにあなたのコードを修正出来ないのであれば、 Objects/listobject.c を編集してプリプロセッサシンボル NO_ ... g を使っているようにみえると思います。完全な詳細は Objects/floatobject.c を参照して下さい。---) コマンドライ ... 図した新しい 3 つの関数が追加されました: PyModule_AddObject() , PyModule_AddIntConstant() , and PyModule_AddSt ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 4525
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... : >>> gen = generate_ints ( 3 ) >>> gen <generator object at 0x8117f90> >>> gen . next () 0 >>> gen . next ( ... er than classic classes! The sort() method of list objects has been extensively rewritten by Tim Peters, and ... explanation. (Removed by Michael Hudson.) xrange() objects now have their own iterator, making for i in xran ... オブジェクトを作ります。 新しい関数 gc.get_referents(object) は object により参照されている全てのオブジェクトの ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
22.1. audioop --- 生の音声データを操作する — Python 3.6.5 ドキュメント 4483
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トが追加されました。すべての関数はどんな bytes-like object でも使用できます。文字列の入力は即座にエラーになり ...
https://man.plustar.jp/python/library/audioop.html - [similar]
10.3. operator --- 関数形式の標準演算子 — Python 3.6.5 ドキュメント 4483
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... o の概算の長さを返します。最初に実際の長さを、次に object.__length_hint__() を使って概算の長さを、そして最後 ...
https://man.plustar.jp/python/library/operator.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 4483
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ident() or the ident attribute of threading.Thread objects to get a suitable value for thread_id . If signal ... nal that is not in sigset . The return value is an object representing the data contained in the siginfo_t s ...
https://man.plustar.jp/python/library/signal.html - [similar]