Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 79 for info (0.134 sec.)
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6263
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... tetime.datetime(2012, 5, 25, 21, 39, 24, 465484, tzinfo=datetime.timezone(datetime.timedelta(-1, 72000), ' ... ルを調べます; sigwait() : シグナルを待ちます; sigwaitinfo() : シグナルを待ちますが、それについての詳細情報を ... 返します; sigtimedwait() : sigwaitinfo() と似ていますがタイムアウト指定できます。 シグナル ... 情報が格納された 構造体シーケンス を保持する thread_info が追加されました。 ( bpo-11223 ) tarfile ¶ tarfile ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 6195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... this option. The -v option enables output of more information on the translation process. Since some prin ... ys.exc_type , sys.exc_traceback の代わりに sys.exc_info() を使うように変更します。 throw ¶ ジェネレータの ...
https://man.plustar.jp/python/library/2to3.html - [similar]
18.5.9. asyncio での開発 — Python 3.6.5 ドキュメント 6195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... cio モジュールのデフォルトのログレベルは、 logging.INFO です。 asyncio にそれほどの冗長性を求めないユーザは ...
https://man.plustar.jp/python/library/asyncio-dev.html - [similar]
27.1. bdb --- デバッガーフレームワーク — Python 3.6.5 ドキュメント 6195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... から呼び出されます。 user_exception ( frame , exc_info ) ¶ このメソッドは、 stop_here() が True を返したと ...
https://man.plustar.jp/python/library/bdb.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 6195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . If a callable is not specified, default progress information is output to sys.stderr. """ def __init__ ( ... ual environment being created. :param context: The information for the virtual environment creation reques ... progress callable (if specified) or write progress information to sys.stderr. """ progress = self . progre ... ls in the virtual environment. :param context: The information for the virtual environment creation reques ...
https://man.plustar.jp/python/library/venv.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 6195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ます。 ( try 文 を参照。) トレースバックは、 sys.exc_info() が返すタプルの三番目の要素として得られます。プロ ... ていなければ、そのクラスのインスタンスの「非公式の (informal)」文字列表現が要求されたときにも __repr__() が ... ject. __str__ ( self ) ¶ オブジェクトの「非公式の (informal)」あるいは表示に適した文字列表現を計算するため ... る簡単な方法は python -c "import sys; print(sys.hash_info.width)" を実行することです。 クラスが __eq__() メソ ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 6195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ) except : print ( "Unexpected error:" , sys . exc_info ()[ 0 ]) raise try ... except 文には、オプションで ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 6195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... page at http://pythonce.sourceforge.net/ for more information. Another new platform is Darwin/MacOS X; in ... ージョン情報を持つ変数が追加されました。 sys.version_info はタプル (major, minor, micro, level, serial) です ... beta1 というバージョンだったとすれば、 sys.version_info は (2, 0, 1, 'beta', 1) となるでしょう。 level は ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 6195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... の詳細です ( type, value, traceback , これは sys.exc_info() が返す値と同じで、例外が起こらなければ None です ... で指定します。 (Added by Facundo Batista.) getmoduleinfo() や getargs() のようなほとんどの inspect モジュー ... m() が、トレースバックが与えられない場合に sys.exc_info() からの戻り値のトレースバックを使うようになりまし ... eimes.) sys モジュールに新たに追加された変数 float_info は、 float.h に由来するプラットフォームの浮動小数点 ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6195
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... dto() ; signal.sigtimedwait() および signal.sigwaitinfo() ; time.sleep() . 参考 PEP 475 -- EINTR で失敗した ... ドが、アドレスが解決済みの場合に、システムの getaddrinfo 関数を呼び出さないように最適化されました。 (Contri ... or instead of ValueError to provide better context information about the error. (Contributed by Serhiy Sto ... A new lazycache() function can be used to capture information about a non-file-based module to permit get ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT