Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 79 of about 79 for info (0.043 sec.)
What's New in Python 2.5 — Python 3.6.5 ドキュメント 6126
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ス配布物をビルドする際に、依存性についての情報が PKG-INFO ファイルに記録されます。 もう一つ追加されたキーワー ... の詳細です ( type, value, traceback , これは sys.exc_info() が返す値と同じで、例外が起こらなければ None です ... ています。 codec.lookup() 関数がタプルではなく CodecInfo を返すようになっています。 CodecInfo のインスタンス ... されています。---) この情報は C 拡張から Py_GetBuildInfo() 関数を使っても得ることが出来ます。これはビルド情 ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 6126
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 連の全情報を持つようになったということです。 sys.exc_info() を使う理由は (削除されていませんが) あまりありま ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 6126
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ているか確認します。デフォルトでは任意のロガーからの INFO 以上のプライオリティを持つメッセージを取れますが、 ... ンスの差異も、些細なものです。 この PEP は sys.hash_info 構造化シーケンスに、現在実行しているバイナリで使わ ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 6057
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... の一部として取り出せます。 const char* Py_GetBuildInfo ( ) ¶ 現在使っている Python インタプリタインスタン ... ce_CALL Always Py_None . PyTrace_EXCEPTION sys.exc_info() の返す例外情報です。 PyTrace_LINE Always Py_None ...
https://man.plustar.jp/python/c-api/init.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 6057
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... maintainer 引数が与えられた場合、 distutils は PKG-INFO で作者として使用します 文字列 maintainer_email 現在 ... ります。 zipfile Pythonモジュール(利用可能なら)またはInfoZIP zip ユーティリティ(インストールされていてパスが ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 6057
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ceback) が入ります。これらの三つの変数は、 sys.exc_info() の Python での結果と等価な C の変数です (Python ...
https://man.plustar.jp/python/extending/extending.html - [similar]
用語集 — Python 3.6.5 ドキュメント 6057
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... これに対し、きれいな Pythonic な方法は: for piece in food : print ( piece ) qualified name (修飾名) モジュ ... ドを持ちません。構造体シーケンスの例には、 sys.float_info や、 os.stat() の返り値や、その他があります。 text ...
https://man.plustar.jp/python/glossary.html - [similar]
18.1. socket --- 低水準ネットワークインターフェイス — Python 3.6.5 ドキュメント 6057
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... AF_INET6 アドレスファミリーでは、 (host, port, flowinfo, scopeid) の4 要素のタプルが利用されます。 flowinf ... はそれぞれC言語の struct sockaddr_in6 の sin6_flowinfo と sin6_scope_id メンバーを表します。 socket モジュ ... ールのメソッドでは、後方互換性のために flowinfo と scopeid の省略を許しています。しかし、 scopeid ... rror ¶ OSError のサブクラスです。この例外は getaddrinfo() と getnameinfo() でアドレス関連のエラーが発生した ...
https://man.plustar.jp/python/library/socket.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6057
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... environment lookup. See the documentation for more information. A python36.zip file now works as a landmar ... infer PYTHONHOME . See the documentation for more information. 新しい機能 ¶ PEP 498: フォーマット済み文字 ... しました。 >>> u0 = datetime ( 2016 , 11 , 6 , 4 , tzinfo = timezone . utc ) >>> for i in range ( 4 ): ... u ... lelegacywindowsfsencoding() . See PEP 529 for more information and discussion of code modifications that m ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT