Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 164 for sys (0.140 sec.)
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 5174
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ケージに含まれる StreamHandler クラスは、ログ出力を sys.stdout , sys.stderr あるいは何らかのファイル風 (fi ... して指定されたストリームを使います; そうでない場合、 sys.stderr が使われます。 emit ( record ) ¶ フォーマッ ... す。 ファイルはログファイルをローテーションさせる newsyslog や logrotate のようなプログラムを使うことで変更 ... -zero maxBytes . When backupCount is non-zero, the system will save old log files by appending the extens ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
27.3. pdb --- Python デバッガ — Python 3.6.5 ドキュメント 5174
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 扱っている最中である必要があります。) pdb. pm ( ) ¶ sys.last_traceback のトレースバックの事後解析デバッギン ... 行番号の前にファイル名とコロンを付けます。ファイルは sys.path にそって検索されます。各ブレークポイントには番 ... 引数が与えられると、 shlex で分割され、結果が新しい sys.argv として使われます。ヒストリー、ブレークポイント ...
https://man.plustar.jp/python/library/pdb.html - [similar]
8.9. types --- 動的な型生成と組み込み型に対する名前 — Python 3.6.5 ドキュメント 5174
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... FunctionType ¶ types. BuiltinMethodType ¶ len() や sys.exit() のような組み込み関数や、組み込み型のメソッド ... た。以前はオプションでした。 types. TracebackType ¶ sys.exc_info()[2] で得られるようなトレースバックオブジ ...
https://man.plustar.jp/python/library/types.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 5174
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... d ( list ( input )): ... print line ... root:*:0:0:System Administrator:/var/root:/bin/tcsh ... 参考 PEP ... た機能、異なった複雑さのレベルを提供しています。 os.system(command) の利用は簡単です。ですがこれは遅く (コ ... 釈を任せるために渡す文字列に出来、つまりこの場合 os.system() と同じことをします。) stdin , stdout , stderr ... 待ち、サブプロセスの終了コードを返します。これは os.system() に対する安全な置き換えとなりえます: sts = sub ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
18.5.9. asyncio での開発 — Python 3.6.5 ドキュメント 5117
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 未処理の例外の検出 ¶ Python は通常未処理の例外には sys.excepthook() を呼び出します。 Future.set_exception ... () が呼び出されたものの処理されなかった場合、 sys.excepthook() が呼び出されません。 代わりに、フュー ...
https://man.plustar.jp/python/library/asyncio-dev.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 5117
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... な例です: import asyncio import urllib.parse import sys @asyncio . coroutine def print_http_headers ( url ... the body, close the socket writer . close () url = sys . argv [ 1 ] loop = asyncio . get_event_loop () ta ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
8.11. pprint --- データ出力の整然化 — Python 3.6.5 ドキュメント 5117
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ドだけです。もし設定されなければ、 PrettyPrinter は sys.stdout を使用します。再帰的なレベルごとに加えるイン ... 現、続いて改行を出力します。 stream が None の場合、 sys.stdout が使用されます。これは、対話型インタプリタの ...
https://man.plustar.jp/python/library/pprint.html - [similar]
11.4. stat --- stat() の結果を解釈する — Python 3.6.5 ドキュメント 5117
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 際にも便利です。 以下はプログラム例です: import os , sys from stat import * def walktree ( top , callback ) ... g' , file ) if __name__ == '__main__' : walktree ( sys . argv [ 1 ], visitfile ) ファイルのモードを人間が ... H ¶ その他は実行権限を持っている。 stat. S_ENFMT ¶ System V ファイルロック強制。このフラグは S_ISGID と共 ... FILE_ATTRIBUTE_SPARSE_FILE ¶ stat. FILE_ATTRIBUTE_SYSTEM ¶ stat. FILE_ATTRIBUTE_TEMPORARY ¶ stat. FILE_A ...
https://man.plustar.jp/python/library/stat.html - [similar]
5. ビルド済み配布物を作成する — Python 3.6.5 ドキュメント 5072
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ストールスクリプトは埋め込みで実行され、全ての出力 ( sys.stdout 、 sys.stderr ) はバッファにリダイレクトされ ...
https://man.plustar.jp/python/distutils/builtdist.html - [similar]
29.10. __future__ --- future 文の定義 — Python 3.6.5 ドキュメント 5072
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nalRelease は MandatoryRelease より小さく、2つとも sys.version_info と同じフォーマットの5つのタプルからな ...
https://man.plustar.jp/python/library/__future__.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT